This package contains classes used to create connections to MongoDBs.
Classes
MongoDbConnection
MongoDB connection using the official driver. By defining a connection and sharing it through multiple persistence components you can reduce the number of used database connections.
MongoDbConnectionResolver
Helper class that resolves MongoDB connection and credential parameters, validates them and generates a connection URI. It is able to process multiple connections to MongoDB cluster nodes.