c

reactivemongo.core.actors

StandardDBSystemWithX509

final class StandardDBSystemWithX509 extends MongoDBSystem with MongoX509Authentication

Linear Supertypes
MongoX509Authentication, MongoDBSystem, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardDBSystemWithX509
  2. MongoX509Authentication
  3. MongoDBSystem
  4. Actor
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Value Members

  1. val SocketDisconnected: GenericDriverException
    Definition Classes
    MongoDBSystem
  2. val closing: Receive
    Definition Classes
    MongoDBSystem
  3. implicit val context: ActorContext
    Definition Classes
    Actor
  4. implicit def ec: ExecutionContextExecutor
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  5. val initialAuthenticates: Seq[Authenticate]

    List of authenticate messages - all the nodes will be authenticated as soon they are connected.

    List of authenticate messages - all the nodes will be authenticated as soon they are connected.

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  6. val name: String

    The name of the connection pool.

    The name of the connection pool.

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  7. def newChannelFactory(effect: Unit): ChannelFactory

    Returns a fresh channel factory.

    Returns a fresh channel factory.

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  8. val options: MongoConnectionOptions

    MongoConnectionOption instance (used for tweaking connection flags and pool size).

    MongoConnectionOption instance (used for tweaking connection flags and pool size).

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  9. def postRestart(reason: Throwable): Unit
    Definition Classes
    MongoDBSystem → Actor
  10. def postStop(): Unit
    Definition Classes
    MongoDBSystem → Actor
  11. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    MongoDBSystem → Actor
  12. def preStart(): Unit
    Definition Classes
    MongoDBSystem → Actor
  13. lazy val receive: Receive
    Definition Classes
    MongoDBSystem → Actor
  14. val seeds: Seq[String]

    Nodes that will be probed to discover the whole replica set (or one standalone node).

    Nodes that will be probed to discover the whole replica set (or one standalone node).

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  15. implicit final val self: ActorRef
    Definition Classes
    Actor
  16. final def sender(): ActorRef
    Definition Classes
    Actor
  17. val supervisor: String

    The name of the driver supervisor.

    The name of the driver supervisor.

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  18. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  19. def unhandled(message: Any): Unit
    Definition Classes
    Actor

Deprecated Value Members

  1. def allChannelGroup(nodeSet: NodeSet): DefaultChannelGroup
    Definition Classes
    MongoDBSystem
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.10) Will be made private