Package com.mongodb.embedded.client

This packages contains classes for the embedded client
  • Class Summary 
    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 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.