Uses of Interface
io.debezium.pipeline.notification.channels.NotificationChannel
Packages that use NotificationChannel
Package
Description
-
Uses of NotificationChannel in io.debezium.connector.common
Fields in io.debezium.connector.common with type parameters of type NotificationChannelModifier and TypeFieldDescriptionprivate final List<NotificationChannel>BaseSourceTask.notificationChannelsMethods in io.debezium.connector.common that return types with arguments of type NotificationChannel -
Uses of NotificationChannel in io.debezium.pipeline.notification
Fields in io.debezium.pipeline.notification with type parameters of type NotificationChannelModifier and TypeFieldDescriptionprivate final List<NotificationChannel>NotificationService.notificationChannelsMethods in io.debezium.pipeline.notification that return types with arguments of type NotificationChannelModifier and TypeMethodDescriptionprivate Predicate<? super NotificationChannel>NotificationService.isConnectChannel()private Predicate<? super NotificationChannel>NotificationService.isEnabled()Constructor parameters in io.debezium.pipeline.notification with type arguments of type NotificationChannelModifierConstructorDescriptionNotificationService(List<NotificationChannel> notificationChannels, CommonConnectorConfig config, SchemaFactory schemaFactory, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) -
Uses of NotificationChannel in io.debezium.pipeline.notification.channels
Classes in io.debezium.pipeline.notification.channels that implement NotificationChannel -
Uses of NotificationChannel in io.debezium.pipeline.notification.channels.jmx
Classes in io.debezium.pipeline.notification.channels.jmx that implement NotificationChannel