MongoConnectionOptions

reactivemongo.api.MongoConnectionOptions$
See theMongoConnectionOptions companion class

MongoConnectionOptions factory.

reactivemongo.api.MongoConnectionOptions(nbChannelsPerNode = 10)

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class Credential

Connection credentials

Connection credentials

Attributes

See also:
Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Credential

Credential factory

Credential factory

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class KeyStore

Connection key store

Connection key store

Attributes

See also:
Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object KeyStore

KeyStore factory

KeyStore factory

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply(connectTimeoutMS: Int, authenticationDatabase: Option[String], sslEnabled: Boolean, sslAllowsInvalidCert: Boolean, authenticationMechanism: AuthenticationMode, tcpNoDelay: Boolean, keepAlive: Boolean, nbChannelsPerNode: Int, maxInFlightRequestsPerChannel: Option[Int], minIdleChannelsPerNode: Int, nettyEventLoopThreads: Int, writeConcern: WriteConcern, readPreference: ReadPreference, failoverStrategy: FailoverStrategy, heartbeatFrequencyMS: Int, maxIdleTimeMS: Int, maxHistorySize: Int, credentials: Map[String, Credential], keyStore: Option[KeyStore], readConcern: ReadConcern, appName: Option[String]): MongoConnectionOptions

The default options

The default options

Attributes