Uses of Interface
io.debezium.connector.mongodb.connection.MongoDbConnection.ErrorHandler
Packages that use MongoDbConnection.ErrorHandler
-
Uses of MongoDbConnection.ErrorHandler in io.debezium.connector.mongodb.connection
Fields in io.debezium.connector.mongodb.connection declared as MongoDbConnection.ErrorHandlerModifier and TypeFieldDescriptionprivate final MongoDbConnection.ErrorHandlerMongoDbConnection.errorHandlerMethods in io.debezium.connector.mongodb.connection that return MongoDbConnection.ErrorHandlerModifier and TypeMethodDescriptionMongoDbConnections.eventSourcingErrorHandler(EventDispatcher<MongoDbPartition, CollectionId> dispatcher, MongoDbPartition partition) CreatesMongoDbConnection.ErrorHandlerthat Logs the error Notifies dispatcher in case of of authorisation error Rethrows the error asDebeziumExceptionMongoDbConnections.throwingErrorHandler()CreatesMongoDbConnection.ErrorHandlerthat just wraps any exception intoDebeziumExceptionMethods in io.debezium.connector.mongodb.connection with parameters of type MongoDbConnection.ErrorHandlerModifier and TypeMethodDescriptionstatic MongoDbConnectionMongoDbConnections.create(Configuration configuration, MongoDbConnection.ErrorHandler errorHandler) CreatesMongoDbConnectionwith arbitrary error handlerConstructors in io.debezium.connector.mongodb.connection with parameters of type MongoDbConnection.ErrorHandlerModifierConstructorDescription(package private)MongoDbConnection(Configuration config, MongoDbConnection.ErrorHandler errorHandler)