Uses of Interface
io.debezium.pipeline.source.spi.ChangeEventSource
Packages that use ChangeEventSource
Package
Description
-
Uses of ChangeEventSource in io.debezium.pipeline.source
Classes in io.debezium.pipeline.source that implement ChangeEventSourceModifier and TypeClassDescriptionclassAbstractSnapshotChangeEventSource<P extends Partition,O extends OffsetContext> An abstract implementation ofSnapshotChangeEventSourcethat all implementations should extend to inherit common functionality. -
Uses of ChangeEventSource in io.debezium.pipeline.source.spi
Subinterfaces of ChangeEventSource in io.debezium.pipeline.source.spiModifier and TypeInterfaceDescriptioninterfaceSnapshotChangeEventSource<P extends Partition,O extends OffsetContext> A change event source that emits events for taking a consistent snapshot of the captured tables, which may include schema and data information.interfaceStreamingChangeEventSource<P extends Partition,O extends OffsetContext> A change event source that emits events from a DB log, such as MySQL's binlog or similar. -
Uses of ChangeEventSource in io.debezium.relational
Classes in io.debezium.relational that implement ChangeEventSourceModifier and TypeClassDescriptionclassRelationalSnapshotChangeEventSource<P extends Partition,O extends OffsetContext> Base class forSnapshotChangeEventSourcefor relational databases with or without a schema history.