Uses of Class
io.debezium.connector.binlog.BinlogSourceInfo
Packages that use BinlogSourceInfo
-
Uses of BinlogSourceInfo in io.debezium.connector.binlog
Classes in io.debezium.connector.binlog with type parameters of type BinlogSourceInfoModifier and TypeClassDescriptionclassBinlogOffsetContext<T extends BinlogSourceInfo>A concrete implementation of theCommonOffsetContextfor binlog-based connectors that tracks the current offset within the source database change stream.classBinlogSourceInfoStructMaker<T extends BinlogSourceInfo>An abstract implementation of thesourcestruct maker for binlog connectors.