package actors
- Alphabetic
- Public
- Protected
Type Members
- case class AuthRequest(authenticate: Authenticate, promise: Promise[SuccessfulAuthentication] = Promise()) extends Product with Serializable
- final class StandardDBSystemWithX509 extends MongoDBSystem with MongoX509Authentication
Deprecated Type Members
- 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
- sealed class Close extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.8) Internal: will be made private
- 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
- final class LegacyDBSystem extends MongoDBSystem with MongoCrAuthentication
- Annotations
- @deprecated
- Deprecated
(Since version 0.11.14) Internal: will be made private
- 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
- 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
- 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
- class SetAvailable extends Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Internal: will be made private
- final class StandardDBSystem extends MongoDBSystem with MongoScramSha1Authentication
- Annotations
- @deprecated
- Deprecated
(Since version 0.11.14) Internal: will be made private
Value Members
- object Exceptions
Deprecated Value Members
- 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
- 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
- object ExpectingResponse
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Internal: will be made private
- object GetLastMetadata extends Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Unused
- object MongoDBSystem
- Annotations
- @deprecated
- Deprecated
(Since version 0.11.14) Internal: will be made private
- object PrimaryAvailable extends AbstractFunction1[ProtocolMetadata, PrimaryAvailable] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Internal: will be made private
- 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
- 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
- object RequestMakerExpectingResponse extends AbstractFunction2[RequestMaker, Boolean, RequestMakerExpectingResponse] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Internal: will be made private
- object SetAvailable extends AbstractFunction1[ProtocolMetadata, SetAvailable] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Internal: will be made private
- object SetUnavailable extends Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Internal: will be made private