Akka.Remote Namespace
Classes
Class | Description | |
---|---|---|
![]() |
AkkaProtocolSettings | |
![]() |
AssociatedEvent | |
![]() |
AssociationErrorEvent | |
![]() |
AssociationEvent | |
![]() |
DaemonMsgCreate |
Class DaemonMsgCreate.
|
![]() |
Deadline |
Import of the scala.concurrenct.duration.Deadline class
|
![]() |
DefaultFailureDetectorRegistry<(Of <(<'T>)>)> |
A lock-less, thread-safe implementation of [IFailureDetectorRegistry{T}].
|
![]() |
DisassociatedEvent | |
![]() |
FailureDetector |
A failure detector must be a thread-safe, mutable construct that registers heartbeat events of a resource and
is able to decide the availability of that monitored resource
|
![]() |
MessageSerializer |
Class MessageSerializer.
|
![]() |
PhiAccrualFailureDetector | |
![]() |
QuarantinedEvent | |
![]() |
RemoteActorRef |
Class RemoteActorRef.
|
![]() |
RemoteDaemon |
Class RemoteDaemon.
|
![]() |
RemoteDeployer | |
![]() |
RemoteSettings | |
![]() |
RemoteSettings..::..TransportSettings | |
![]() |
RemoteTransportException |
Represents a general failure within a RemoteTransport, such as
the inabiltiy to start, wrong configuration, etc...
|
![]() |
RemotingErrorEvent | |
![]() |
RemotingLifecycleEvent |
Remote lifecycle events that are published to the EventStream when
initialization / connect / disconnect events that occur during network operations
|
![]() |
RemotingListenEvent | |
![]() |
RemotingShutdownEvent |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IFailureDetectorRegistry<(Of <(<'T>)>)> |
Interface for a regisry of Akka FailureDetectors. New resources are implicitly registered when heartbeat is first
called with the resource given as parameter.
|
Delegates
Delegate | Description | |
---|---|---|
![]() |
Clock |
Abstraction of a clock that returns time in milliseconds. Can only be used to measure the elapsed time
and is not related to any other notion of system or wall-clock time.
|