Interface ChangeEvent<K,​V>

  • Type Parameters:
    K -
    V -

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

      • key

        K key()
      • value

        V value()
      • destination

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