| Class | Description |
|---|---|
| MongoClients |
A factory for
MongoClient instances. |
| MongoClientSettings |
Various settings to control the behavior of an Embedded
MongoClient. |
| MongoClientSettings.Builder |
A builder for
MongoClientSettings so that MongoClientSettings can be immutable, and to support easier construction
through chaining. |
| MongoEmbeddedSettings |
Various settings to configure the underlying mongod library
|
| MongoEmbeddedSettings.Builder |
A builder for
MongoEmbeddedSettings so that MongoEmbeddedSettings can be immutable, and to support easier
construction through chaining. |
| Enum | Description |
|---|---|
| MongoEmbeddedSettings.LogLevel |
LogLevel represents the supported logging levels for the embedded mongod
|
| Exception | Description |
|---|---|
| MongoClientEmbeddedException |
Exceptions indicating a failure condition with the embedded MongoClient.
|