trait MongoDBSystem extends Actor

Main actor that processes the requests.

Annotations
@deprecated
Deprecated

(Since version 0.11.14) Internal: will be made private

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoDBSystem
  2. Actor
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def initialAuthenticates: Seq[Authenticate]

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

  2. abstract def name: String

    The name of the connection pool.

  3. abstract def options: MongoConnectionOptions

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

  4. abstract def seeds: Seq[String]

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

  5. abstract def supervisor: String

    The name of the driver supervisor.

Concrete Value Members

  1. val SocketDisconnected: GenericDriverException
  2. val closing: Receive
  3. implicit val context: ActorContext
    Definition Classes
    Actor
  4. implicit def ec: ExecutionContextExecutor
    Annotations
    @inline()
  5. def postRestart(reason: Throwable): Unit
    Definition Classes
    MongoDBSystem → Actor
  6. def postStop(): Unit
    Definition Classes
    MongoDBSystem → Actor
  7. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    MongoDBSystem → Actor
  8. def preStart(): Unit
    Definition Classes
    MongoDBSystem → Actor
  9. lazy val receive: Receive
    Definition Classes
    MongoDBSystem → Actor
  10. implicit final val self: ActorRef
    Definition Classes
    Actor
  11. final def sender(): ActorRef
    Definition Classes
    Actor
  12. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  13. def unhandled(message: Any): Unit
    Definition Classes
    Actor

Deprecated Value Members

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

    (Since version 0.11.10) Will be made private