Package io.debezium.engine
Interface RecordChangeEvent<V>
-
- Type Parameters:
V-
@Incubating public interface RecordChangeEvent<V>
A data change event described as a single object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vrecord()
-
-
-
Method Detail
-
record
V record()
-
-