Uses of Class
io.debezium.schema.SchemaFactory
Packages that use SchemaFactory
Package
Description
-
Uses of SchemaFactory in io.debezium.pipeline.notification
Constructors in io.debezium.pipeline.notification with parameters of type SchemaFactoryModifierConstructorDescriptionNotificationService(List<NotificationChannel> notificationChannels, CommonConnectorConfig config, SchemaFactory schemaFactory, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) -
Uses of SchemaFactory in io.debezium.pipeline.notification.channels
Methods in io.debezium.pipeline.notification.channels with parameters of type SchemaFactoryModifier and TypeMethodDescriptionvoidConnectChannel.initConnectChannel(SchemaFactory schemaFactory, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) voidSinkNotificationChannel.initConnectChannel(SchemaFactory schemaFactory, BlockingConsumer<org.apache.kafka.connect.source.SourceRecord> consumer) -
Uses of SchemaFactory in io.debezium.schema
Fields in io.debezium.schema declared as SchemaFactoryModifier and TypeFieldDescriptionprivate static final SchemaFactorySchemaFactory.schemaFactoryObjectMethods in io.debezium.schema that return SchemaFactory