Package com.mongodb.embedded.client
This packages contains classes for the embedded client
-
Class Summary Class Description MongoClients A factory forMongoClient
instances.MongoClientSettings Various settings to control the behavior of an EmbeddedMongoClient
.MongoClientSettings.Builder A builder forMongoClientSettings
so thatMongoClientSettings
can be immutable, and to support easier construction through chaining.MongoEmbeddedSettings Various settings to configure the underlying mongod libraryMongoEmbeddedSettings.Builder A builder forMongoEmbeddedSettings
so thatMongoEmbeddedSettings
can be immutable, and to support easier construction through chaining. -
Enum Summary Enum Description MongoEmbeddedLogLevel The EmbeddedLogLevel represents the supported logging levels for the embedded mongod -
Exception Summary Exception Description MongoClientEmbeddedException Exceptions indicating a failure condition with the embedded MongoClient.