the reference to a reactivemongo.core.actors.MongoDBSystem Actor.
Returns a DefaultDB reference using this connection.
Returns a DefaultDB reference using this connection.
the database name
the failover strategy for sending requests.
Closes this MongoConnection (closes all the channels and ends the actors).
Authenticates the connection on the given database.
Closes this MongoConnection (closes all the channels and ends the actors)
Returns a DefaultDB reference using this connection.
Returns a DefaultDB reference using this connection. The failover strategy is also used to wait for the node set to be ready, before returning an available DB.
the database name
the failover strategy for sending requests.
the reference to a reactivemongo.core.actors.MongoDBSystem Actor.
Returns a DefaultDB reference using this connection
(alias for the apply
method).
Returns a DefaultDB reference using this connection
(alias for the apply
method).
the database name
the failover strategy for sending requests.
(Since version 0.11.8) Must use apply
A Mongo Connection.
This is a wrapper around a reference to a reactivemongo.core.actors.MongoDBSystem Actor. Connection here does not mean that there is one open channel to the server. Behind the scene, many connections (channels) are open on all the available servers in the replica set.
Example: