Uses of Class
io.debezium.connector.mongodb.ConnectionContext
-
Packages that use ConnectionContext Package Description io.debezium.connector.mongodb -
-
Uses of ConnectionContext in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as ConnectionContext Modifier and Type Field Description private ConnectionContextMongoDbConnector. connectionContextprivate ConnectionContextMongoDbIncrementalSnapshotChangeEventSource. connectionContextprivate ConnectionContextMongoDbSnapshotChangeEventSource. connectionContextprivate ConnectionContextMongoDbStreamingChangeEventSource. connectionContextprivate ConnectionContextMongoDbTaskContext. connectionContextMethods in io.debezium.connector.mongodb that return ConnectionContext Modifier and Type Method Description ConnectionContextMongoDbTaskContext. getConnectionContext()Constructors in io.debezium.connector.mongodb with parameters of type ConnectionContext Constructor Description MongoPrimary(ConnectionContext context, ReplicaSet replicaSet, Filters filters, BiConsumer<String,Throwable> errorHandler)
-