Uses of Class
io.debezium.connector.mongodb.MongoClients.Builder
-
Packages that use MongoClients.Builder Package Description io.debezium.connector.mongodb -
-
Uses of MongoClients.Builder in io.debezium.connector.mongodb
Methods in io.debezium.connector.mongodb that return MongoClients.Builder Modifier and Type Method Description static MongoClients.BuilderMongoClients. create()Obtain a builder that can be used to configure andcreatea connection pool.MongoClients.BuilderMongoClients.Builder. withCredential(com.mongodb.MongoCredential credential)Add the givenMongoCredentialfor use when creating clients.
-