Class Protobuf

java.lang.Object
io.debezium.engine.format.Protobuf
All Implemented Interfaces:
SerializationFormat<byte[]>

public class Protobuf extends Object implements SerializationFormat<byte[]>
A SerializationFormat defining the Protobuf format serialized as byte[].
  • Constructor Details

    • Protobuf

      public Protobuf()