reactivemongo.core

actors

package actors

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. case class Authenticate(db: String, user: String, password: String) extends Product with Serializable

    Authenticate message.

  2. case class CheckedWriteRequestExpectingResponse(checkedWriteRequest: CheckedWriteRequest) extends ExpectingResponse with Product with Serializable

    A checked write request expecting a response.

  3. trait ExpectingResponse extends AnyRef

    A message expecting a response from database.

  4. class MongoDBSystem extends Actor

    Main actor that processes the requests.

  5. class MonitorActor extends Actor

    A monitor for MongoDBSystem actors.

  6. case class RequestMakerExpectingResponse(requestMaker: RequestMaker) extends ExpectingResponse with Product with Serializable

    A request expecting a response.

Value Members

  1. object Close extends Product with Serializable

    Message to close all active connections.

  2. object Closed extends Product with Serializable

  3. object Exceptions

  4. object MongoDBSystem

  5. object MonitorActor

  6. object PrimaryAvailable extends Product with Serializable

    Message sent when the primary has been discovered.

  7. object PrimaryUnavailable extends Product with Serializable

    Message sent when the primary has been lost.

  8. object RegisterMonitor extends Product with Serializable

    Register a monitor.

  9. object SetAvailable extends Product with Serializable

  10. object SetUnavailable extends Product with Serializable

  11. object WaitForPrimary extends Product with Serializable

    A message to send to a MonitorActor to be warned when a primary has been discovered.

Ungrouped