Uses of Interface
io.debezium.pipeline.EventDispatcher.SnapshotReceiver
-
Packages that use EventDispatcher.SnapshotReceiver Package Description io.debezium.pipeline io.debezium.relational -
-
Uses of EventDispatcher.SnapshotReceiver in io.debezium.pipeline
Classes in io.debezium.pipeline that implement EventDispatcher.SnapshotReceiver Modifier and Type Class Description private classEventDispatcher.BufferingSnapshotChangeRecordReceiverprivate classEventDispatcher.IncrementalSnapshotChangeRecordReceiverMethods in io.debezium.pipeline that return EventDispatcher.SnapshotReceiver Modifier and Type Method Description EventDispatcher.SnapshotReceiverEventDispatcher. getIncrementalSnapshotChangeEventReceiver(DataChangeEventListener dataListener)EventDispatcher.SnapshotReceiverEventDispatcher. getSnapshotChangeEventReceiver()Methods in io.debezium.pipeline with parameters of type EventDispatcher.SnapshotReceiver Modifier and Type Method Description voidEventDispatcher. dispatchSnapshotEvent(T dataCollectionId, ChangeRecordEmitter changeRecordEmitter, EventDispatcher.SnapshotReceiver receiver) -
Uses of EventDispatcher.SnapshotReceiver in io.debezium.relational
Methods in io.debezium.relational with parameters of type EventDispatcher.SnapshotReceiver Modifier and Type Method Description private voidRelationalSnapshotChangeEventSource. createDataEventsForTable(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext snapshotContext, EventDispatcher.SnapshotReceiver snapshotReceiver, Table table, int tableOrder, int tableCount)Dispatches the data change events for the records of a single table.
-