Class BinlogSnapshotChangeEventSource<P extends BinlogPartition,O extends BinlogOffsetContext<?>>

All Implemented Interfaces:
ChangeEventSource, SnapshotChangeEventSource<P,O>, AutoCloseable

public abstract class BinlogSnapshotChangeEventSource<P extends BinlogPartition,O extends BinlogOffsetContext<?>> extends RelationalSnapshotChangeEventSource<P,O>
An abstract implementation of SnapshotChangeEventSource for binlog-based connectors.
Author:
Chris Cranford