Interface ChangeEvent<K,V>

Type Parameters:
K -
V -

@Incubating public interface ChangeEvent<K,V>
A data change event with key and value.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    key()
     
     
  • Method Details

    • key

      K key()
    • value

      V value()
    • destination

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