Uses of Class
io.debezium.pipeline.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in io.debezium.pipeline
Fields in io.debezium.pipeline declared as ErrorHandlerModifier and TypeFieldDescriptionprotected final ErrorHandlerChangeEventSourceCoordinator.errorHandlerMethods in io.debezium.pipeline that return ErrorHandlerConstructors in io.debezium.pipeline with parameters of type ErrorHandlerModifierConstructorDescriptionChangeEventSourceCoordinator(Offsets<P, O> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<P, O> changeEventSourceFactory, ChangeEventSourceMetricsFactory<P> changeEventSourceMetricsFactory, EventDispatcher<P, ?> eventDispatcher, DatabaseSchema<?> schema, SignalProcessor<P, O> signalProcessor, NotificationService<P, O> notificationService, SnapshotterService snapshotterService) ErrorHandler(Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventQueue<?> queue, ErrorHandler replacedErrorHandler)