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 NotificationModifier and TypeMethodDescriptionNotification.Builder.build()private <T extends DataCollectionId>
NotificationIncrementalSnapshotNotificationService.buildNotificationWith(IncrementalSnapshotContext<T> incrementalSnapshotContext, IncrementalSnapshotNotificationService.SnapshotStatus type, Map<String, String> additionalData, OffsetContext offsetContext) Methods 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.notification.channels.jmx
Fields in io.debezium.pipeline.notification.channels.jmx with type parameters of type NotificationModifier and TypeFieldDescriptionprivate static final List<Notification>JmxNotificationChannel.NOTIFICATIONSMethods in io.debezium.pipeline.notification.channels.jmx that return types with arguments of type NotificationModifier and TypeMethodDescriptionJmxNotificationChannel.getNotifications()JmxNotificationChannelMXBean.getNotifications()Methods in io.debezium.pipeline.notification.channels.jmx with parameters of type NotificationModifier and TypeMethodDescriptionprivate NotificationJmxNotificationChannel.buildJmxNotification(Notification notification) private StringJmxNotificationChannel.composeMessage(Notification notification) voidJmxNotificationChannel.send(Notification notification)