Uses of Interface
io.debezium.pipeline.EventDispatcher.InconsistentSchemaHandler
Packages that use EventDispatcher.InconsistentSchemaHandler
-
Uses of EventDispatcher.InconsistentSchemaHandler in io.debezium.pipeline
Fields in io.debezium.pipeline declared as EventDispatcher.InconsistentSchemaHandlerModifier and TypeFieldDescriptionprivate final EventDispatcher.InconsistentSchemaHandler<P,T> EventDispatcher.inconsistentSchemaHandlerConstructors in io.debezium.pipeline with parameters of type EventDispatcher.InconsistentSchemaHandlerModifierConstructorDescriptionEventDispatcher(CommonConnectorConfig connectorConfig, TopicSelector<T> topicSelector, DatabaseSchema<T> schema, ChangeEventQueue<DataChangeEvent> queue, DataCollectionFilters.DataCollectionFilter<T> filter, ChangeEventCreator changeEventCreator, EventDispatcher.InconsistentSchemaHandler<P, T> inconsistentSchemaHandler, EventMetadataProvider metadataProvider, HeartbeatFactory<T> heartbeatFactory, SchemaNameAdjuster schemaNameAdjuster)