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