Class BinlogSourceInfoStructMaker<T extends BinlogSourceInfo>

java.lang.Object
io.debezium.connector.AbstractSourceInfoStructMaker<T>
io.debezium.connector.binlog.BinlogSourceInfoStructMaker<T>
All Implemented Interfaces:
SourceInfoStructMaker<T>

public abstract class BinlogSourceInfoStructMaker<T extends BinlogSourceInfo> extends AbstractSourceInfoStructMaker<T>
An abstract implementation of the source struct maker for binlog connectors.
Author:
Chris Cranford
  • Field Details

    • schema

      private org.apache.kafka.connect.data.Schema schema
  • Constructor Details

    • BinlogSourceInfoStructMaker

      public BinlogSourceInfoStructMaker()
  • Method Details