Package io.debezium.engine.format
Interface ChangeEventFormat<V extends SerializationFormat<?>>
public interface ChangeEventFormat<V extends SerializationFormat<?>>
Describes a change event output format comprising just of a single value.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V extends SerializationFormat<?>>
ChangeEventFormat<V>Creates a change event format representing key and value in a single object.
-
Method Details
-
of
Creates a change event format representing key and value in a single object. -
getValueFormat
-