Package io.debezium.engine.format
Interface SerializationFormat<T>
- All Known Implementing Classes:
Avro,Binary,CloudEvents,Json,JsonByteArray,Protobuf,SimpleString
public interface SerializationFormat<T>
The logical description of the output format used by the given instance of
DebeziumEngine.