Interface ChangeEvent<K,V>

Type Parameters:
K -
V -

public interface ChangeEvent<K,V>
A data change event with key, value, and headers.
  • Method Details

    • key

      K key()
    • value

      V value()
    • headers

      default <H> List<Header<H>> headers()
    • destination

      String destination()
      Returns:
      A name of the logical destination for which the event is intended