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 TypeMethodDescriptionprivate 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.