| ChangeEventSource |
|
| ChangeEventSource.ChangeEventSourceContext |
|
| ChangeEventSourceFactory<P extends Partition,O extends OffsetContext> |
|
| DataChangeEventListener<P extends Partition> |
A class invoked by EventDispatcher whenever an event is available for processing.
|
| EventMetadataProvider |
An interface implemented by each connector that enables metrics metadata to be extracted
from an event.
|
| SnapshotChangeEventSource<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.
|
| SnapshotProgressListener<P extends Partition> |
Invoked whenever an important event or change of state happens during the snapshot phase.
|
| StreamingChangeEventSource<P extends Partition,O extends OffsetContext> |
A change event source that emits events from a DB log, such as MySQL's binlog or similar.
|
| StreamingProgressListener |
Invoked whenever an important event or change of state happens during the streaming phase.
|