Uses of Interface
io.debezium.pipeline.source.spi.StreamingChangeEventSource
Packages that use StreamingChangeEventSource
-
Uses of StreamingChangeEventSource in io.debezium.pipeline
Fields in io.debezium.pipeline declared as StreamingChangeEventSourceModifier and TypeFieldDescriptionprotected StreamingChangeEventSource<P,O> ChangeEventSourceCoordinator.streamingSource -
Uses of StreamingChangeEventSource in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi that return StreamingChangeEventSourceModifier and TypeMethodDescriptionChangeEventSourceFactory.getStreamingChangeEventSource()Returns a streaming change event source that starts streaming at the given offset.