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.SnapshotReceiver<P>EventDispatcher. getIncrementalSnapshotChangeEventReceiver(DataChangeEventListener<P> dataListener)EventDispatcher.SnapshotReceiver<P>EventDispatcher. getSnapshotChangeEventReceiver()Methods in io.debezium.pipeline with parameters of type EventDispatcher.SnapshotReceiver Modifier and Type Method Description voidEventDispatcher. 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.SnapshotReceiver Modifier and Type Method Description private voidRelationalSnapshotChangeEventSource. createDataEventsForTable(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<P,O> snapshotContext, EventDispatcher.SnapshotReceiver<P> snapshotReceiver, Table table, int tableOrder, int tableCount)Dispatches the data change events for the records of a single table.
-