reactivemongo.core

actors

package actors

Visibility
  1. Public
  2. All

Type Members

  1. case class AuthRequest(authenticate: Authenticate, promise: Promise[SuccessfulAuthentication] = ...) extends Product with Serializable

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

    A checked write request expecting a response.

  3. sealed trait ExpectingResponse extends AnyRef

    A message expecting a response from database.

  4. case class PrimaryAvailable(metadata: ProtocolMetadata) extends Product with Serializable

    Message sent when the primary has been discovered.

  5. case class RequestMakerExpectingResponse(requestMaker: RequestMaker, isMongo26WriteOp: Boolean) extends ExpectingResponse with Product with Serializable

    A request expecting a response.

  6. case class SetAvailable(metadata: ProtocolMetadata) extends Product with Serializable

  7. final class StandardDBSystemWithX509 extends MongoDBSystem with MongoX509Authentication

  8. sealed class Close extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.8) Will be private

  9. final class LegacyDBSystem extends MongoDBSystem with MongoCrAuthentication

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Internal class: will be made private

  10. trait MongoDBSystem extends Actor

    Main actor that processes the requests.

  11. final class StandardDBSystem extends MongoDBSystem with MongoScramSha1Authentication

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Internal class: will be made private

Value Members

  1. object Close extends Close with Product with Serializable

    Message to close all active connections.

  2. object Closed extends Product with Serializable

    MongoDBSystem has been shut down.

  3. object Exceptions

  4. object ExpectingResponse

  5. object GetLastMetadata extends Product with Serializable

  6. object PrimaryUnavailable extends Product with Serializable

    Message sent when the primary has been lost.

  7. object RegisterMonitor extends Product with Serializable

    Register a monitor.

  8. object SetUnavailable extends Product with Serializable

Deprecated Value Members

  1. object MongoDBSystem

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Internal class: will be made private

  2. object RequestIdGenerator extends AbstractFunction2[Int, Int, RequestIdGenerator] with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12-RC6) Use the class RequestIdGenerator

  3. object WaitForPrimary extends Product with Serializable

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

Ungrouped