Uses of Interface
io.debezium.pipeline.EventDispatcher.SnapshotReceiver
Packages that use EventDispatcher.SnapshotReceiver
-
Uses of EventDispatcher.SnapshotReceiver in io.debezium.pipeline
Classes in io.debezium.pipeline that implement EventDispatcher.SnapshotReceiverModifier and TypeClassDescriptionprivate final classprivate final classMethods in io.debezium.pipeline that return EventDispatcher.SnapshotReceiverModifier and TypeMethodDescriptionEventDispatcher.getIncrementalSnapshotChangeEventReceiver(DataChangeEventListener<P> dataListener) EventDispatcher.getSnapshotChangeEventReceiver()Methods in io.debezium.pipeline with parameters of type EventDispatcher.SnapshotReceiverModifier and TypeMethodDescriptionvoidEventDispatcher.dispatchSnapshotEvent(P partition, T dataCollectionId, ChangeRecordEmitter<P> changeRecordEmitter, EventDispatcher.SnapshotReceiver<P> receiver) -
Uses of EventDispatcher.SnapshotReceiver in io.debezium.relational
Methods in io.debezium.relational with parameters of type EventDispatcher.SnapshotReceiverModifier and TypeMethodDescriptionRelationalSnapshotChangeEventSource.createDataEventsForTableCallable(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P, O> snapshotContext, EventDispatcher.SnapshotReceiver<P> snapshotReceiver, Table table, boolean firstTable, boolean lastTable, int tableOrder, int tableCount, String selectStatement, OptionalLong rowCount, Queue<JdbcConnection> connectionPool, Queue<O> offsets) protected voidRelationalSnapshotChangeEventSource.doCreateDataEventsForTable(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P, O> snapshotContext, O offset, EventDispatcher.SnapshotReceiver<P> snapshotReceiver, Table table, boolean firstTable, boolean lastTable, int tableOrder, int tableCount, String selectStatement, OptionalLong rowCount, JdbcConnection jdbcConnection)