Uses of Class
io.debezium.pipeline.notification.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in io.debezium.pipeline
Fields in io.debezium.pipeline declared as NotificationServiceModifier and TypeFieldDescriptionprotected final NotificationService<P,O> ChangeEventSourceCoordinator.notificationServiceConstructors in io.debezium.pipeline with parameters of type NotificationServiceModifierConstructorDescriptionChangeEventSourceCoordinator(Offsets<P, O> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<P, O> changeEventSourceFactory, ChangeEventSourceMetricsFactory<P> changeEventSourceMetricsFactory, EventDispatcher<P, ?> eventDispatcher, DatabaseSchema<?> schema, SignalProcessor<P, O> signalProcessor, NotificationService<P, O> notificationService) -
Uses of NotificationService in io.debezium.pipeline.notification
Fields in io.debezium.pipeline.notification declared as NotificationServiceModifier and TypeFieldDescriptionprivate final NotificationService<P,O> IncrementalSnapshotNotificationService.notificationServiceConstructors in io.debezium.pipeline.notification with parameters of type NotificationServiceModifierConstructorDescriptionIncrementalSnapshotNotificationService(NotificationService<P, O> notificationService) -
Uses of NotificationService in io.debezium.pipeline.source.snapshot.incremental
Fields in io.debezium.pipeline.source.snapshot.incremental declared as NotificationServiceModifier and TypeFieldDescriptionprotected final NotificationService<P,? extends OffsetContext> AbstractIncrementalSnapshotChangeEventSource.notificationServiceConstructors in io.debezium.pipeline.source.snapshot.incremental with parameters of type NotificationServiceModifierConstructorDescriptionAbstractIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<P, T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener, NotificationService<P, ? extends OffsetContext> notificationService) SignalBasedIncrementalSnapshotChangeEventSource(RelationalDatabaseConnectorConfig config, JdbcConnection jdbcConnection, EventDispatcher<P, T> dispatcher, DatabaseSchema<?> databaseSchema, Clock clock, SnapshotProgressListener<P> progressListener, DataChangeEventListener<P> dataChangeEventListener, NotificationService<P, ? extends OffsetContext> notificationService) -
Uses of NotificationService in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi with parameters of type NotificationServiceModifier and TypeMethodDescriptiondefault Optional<IncrementalSnapshotChangeEventSource<P,? extends DataCollectionId>> ChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(O offsetContext, SnapshotProgressListener<P> snapshotProgressListener, DataChangeEventListener<P> dataChangeEventListener, NotificationService<P, O> notificationService) Returns and incremental snapshot change event source that can run in parallel with streaming and read and send data collection content in chunk.