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