Packages

package actors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

Deprecated Type Members

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

    A checked write request expecting a response.

    A checked write request expecting a response.

    checkedWriteRequest

    The request maker.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Unused

  2. sealed class Close extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.8) Internal: will be made private

  3. sealed trait ExpectingResponse extends AnyRef

    A message expecting a response from database.

    A message expecting a response from database. It holds a promise that will be completed by the MongoDBSystem actor. The future can be used to get the error or the successful response.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  4. final class LegacyDBSystem extends MongoDBSystem with MongoCrAuthentication
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Internal: will be made private

  5. trait MongoDBSystem extends Actor

    Main actor that processes the requests.

    Main actor that processes the requests.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Internal: will be made private

  6. class PrimaryAvailable extends Product with Serializable

    Message sent when the primary has been discovered.

    Message sent when the primary has been discovered.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  7. class RequestMakerExpectingResponse extends ExpectingResponse with Product with Serializable

    A request expecting a response.

    A request expecting a response.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  8. class SetAvailable extends Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  9. 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.

    Message to close all active connections. The MongoDBSystem actor must not be used after this message has been sent.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  2. object Closed extends Product with Serializable

    MongoDBSystem has been shut down.

    MongoDBSystem has been shut down.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  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.

    Message sent when the primary has been lost.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  8. object RegisterMonitor extends Product with Serializable

    Register a monitor.

    Register a monitor.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  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