Uses of Class
io.debezium.pipeline.EventDispatcher
-
Packages that use EventDispatcher Package Description io.debezium.pipeline io.debezium.pipeline.signal io.debezium.pipeline.source.snapshot.incremental io.debezium.relational -
-
Uses of EventDispatcher in io.debezium.pipeline
Fields in io.debezium.pipeline declared as EventDispatcher Modifier and Type Field Description private EventDispatcher<?>ChangeEventSourceCoordinator. eventDispatcherConstructors in io.debezium.pipeline with parameters of type EventDispatcher Constructor Description ChangeEventSourceCoordinator(OffsetContext previousOffset, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory changeEventSourceFactory, ChangeEventSourceMetricsFactory changeEventSourceMetricsFactory, EventDispatcher<?> eventDispatcher, DatabaseSchema<?> schema) -
Uses of EventDispatcher in io.debezium.pipeline.signal
Fields in io.debezium.pipeline.signal declared as EventDispatcher Modifier and Type Field Description private EventDispatcher<? extends DataCollectionId>ExecuteSnapshot. dispatcherprivate EventDispatcher<TableId>SchemaChanges. dispatcherprivate EventDispatcher<? extends DataCollectionId>Signal. dispatcherConstructors in io.debezium.pipeline.signal with parameters of type EventDispatcher Constructor Description ExecuteSnapshot(EventDispatcher<? extends DataCollectionId> dispatcher)SchemaChanges(EventDispatcher<? extends DataCollectionId> dispatcher, boolean useCatalogBeforeSchema)Signal(CommonConnectorConfig connectorConfig, EventDispatcher<? extends DataCollectionId> eventDispatcher) -
Uses of EventDispatcher in io.debezium.pipeline.source.snapshot.incremental
Fields in io.debezium.pipeline.source.snapshot.incremental declared as EventDispatcher Modifier and Type Field Description private EventDispatcher<? extends DataCollectionId>CloseIncrementalSnapshotWindow. dispatcherMethods in io.debezium.pipeline.source.snapshot.incremental with parameters of type EventDispatcher Modifier and Type Method Description voidIncrementalSnapshotChangeEventSource. closeWindow(String id, EventDispatcher<T> dispatcher, OffsetContext offsetContext)voidSignalBasedIncrementalSnapshotChangeEventSource. closeWindow(String id, EventDispatcher<T> dispatcher, OffsetContext offsetContext)protected voidSignalBasedIncrementalSnapshotChangeEventSource. sendEvent(EventDispatcher<T> dispatcher, OffsetContext offsetContext, Object[] row)Constructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type EventDispatcher Constructor Description CloseIncrementalSnapshotWindow(EventDispatcher<? extends DataCollectionId> dispatcher) -
Uses of EventDispatcher in io.debezium.relational
Fields in io.debezium.relational declared as EventDispatcher Modifier and Type Field Description protected EventDispatcher<TableId>RelationalSnapshotChangeEventSource. dispatcherConstructors in io.debezium.relational with parameters of type EventDispatcher Constructor Description RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, OffsetContext previousOffset, JdbcConnection jdbcConnection, EventDispatcher<TableId> dispatcher, Clock clock, SnapshotProgressListener snapshotProgressListener)RelationalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig connectorConfig, OffsetContext previousOffset, JdbcConnection jdbcConnection, HistorizedRelationalDatabaseSchema schema, EventDispatcher<TableId> dispatcher, Clock clock, SnapshotProgressListener snapshotProgressListener)
-