Mongo Clients
Functions
Link copied to clipboard
Creates a new client with the default connection string "mongodb://localhost".
fun create(connectionString: ConnectionString, mongoDriverInformation: MongoDriverInformation?): MongoClient
Content copied to clipboard
Create a new client with the given connection string.
Create a new client with the given client settings.
fun create(settings: MongoClientSettings, mongoDriverInformation: MongoDriverInformation?): MongoClient
Content copied to clipboard
Creates a new client with the given client settings.