Package io.debezium.engine
Interface ChangeEvent<K,V>
-
- Type Parameters:
K-V-
@Incubating public interface ChangeEvent<K,V>
A data change event with key and value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdestination()Kkey()Vvalue()
-