Uses of Class
io.debezium.pipeline.notification.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in io.debezium.pipeline.notification
Methods in io.debezium.pipeline.notification that return NotificationMethods in io.debezium.pipeline.notification with parameters of type NotificationModifier and TypeMethodDescriptionvoidNotificationService.notify(Notification notification) This method permits to just send a notification.voidNotificationService.notify(Notification notification, Offsets<P, ? extends OffsetContext> offsets) This method permits to send a notification together with offsets. -
Uses of Notification in io.debezium.pipeline.notification.channels
Methods in io.debezium.pipeline.notification.channels with parameters of type NotificationModifier and TypeMethodDescription<P extends Partition,O extends OffsetContext>
voidConnectChannel.send(Notification notification, Offsets<P, O> offsets) voidLogNotificationChannel.send(Notification notification) voidNotificationChannel.send(Notification notification) voidSinkNotificationChannel.send(Notification notification) <P extends Partition,O extends OffsetContext>
voidSinkNotificationChannel.send(Notification notification, Offsets<P, O> offsets) -
Uses of Notification in io.debezium.pipeline.source.snapshot.incremental
Methods in io.debezium.pipeline.source.snapshot.incremental that return NotificationModifier and TypeMethodDescriptionprivate static NotificationAbstractIncrementalSnapshotChangeEventSource.buildNotificationWith(AbstractIncrementalSnapshotChangeEventSource.SnapshotStatus type, Map<String, String> additionalData, OffsetContext offsetContext)