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. final class StandardDBSystemWithX509 extends MongoDBSystem with MongoX509Authentication

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

    A checked write request expecting a response.

  4. sealed class Close extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.8) Internal: will be made private

  5. sealed trait ExpectingResponse extends AnyRef

    A message expecting a response from database.

  6. final class LegacyDBSystem extends MongoDBSystem with MongoCrAuthentication

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Internal: will be made private

  7. trait MongoDBSystem extends Actor

    Main actor that processes the requests.

  8. class PrimaryAvailable extends Product with Serializable

    Message sent when the primary has been discovered.

  9. class RequestMakerExpectingResponse extends ExpectingResponse with Product with Serializable

    A request expecting a response.

  10. class SetAvailable extends Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  11. final class StandardDBSystem extends MongoDBSystem with MongoScramSha1Authentication

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Internal: will be made private

Value Members

  1. object Exceptions

Deprecated 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 ExpectingResponse

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  4. object GetLastMetadata extends Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Unused

  5. object MongoDBSystem

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Internal: will be made private

  6. object PrimaryAvailable extends AbstractFunction1[ProtocolMetadata, PrimaryAvailable] with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  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 RequestMakerExpectingResponse extends AbstractFunction2[RequestMaker, Boolean, RequestMakerExpectingResponse] with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  10. object SetAvailable extends AbstractFunction1[ProtocolMetadata, SetAvailable] with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  11. object SetUnavailable extends Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

Ungrouped