const mixinafMongo::ConnectionManager

afMongo::ConnectionManager

Manages connections to a MongoDB instance.

@see ConnectionManagerPooled

leaseConnection

Source

abstract Obj? leaseConnection(|Connection->Obj? c)

Makes a connection available to the given function.

shutdown

Source

abstract Void shutdown()

Closes all MongoDB connections.