Package io.debezium.engine.format
Interface ChangeEventFormat<V extends SerializationFormat<?>>
-
@Incubating public interface ChangeEventFormat<V extends SerializationFormat<?>>
Describes a change event output format comprising just of a single value.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<V>getValueFormat()static <V extends SerializationFormat<?>>
ChangeEventFormat<V>of(Class<V> format)Creates a change event format representing key and value in a single object.
-
-
-
Method Detail
-
of
static <V extends SerializationFormat<?>> ChangeEventFormat<V> of(Class<V> format)
Creates a change event format representing key and value in a single object.
-
-