Akka.Remote Namespace

Classes


  Class Description
Public class AkkaProtocolSettings
Public class AssociatedEvent
Public class AssociationErrorEvent
Public class AssociationEvent
Public class DaemonMsgCreate
Class DaemonMsgCreate.
Public class Deadline
Import of the scala.concurrenct.duration.Deadline class
Public class DefaultFailureDetectorRegistry<(Of <(<'T>)>)>
A lock-less, thread-safe implementation of [IFailureDetectorRegistry{T}].
Public class DisassociatedEvent
Public class 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
Public class MessageSerializer
Class MessageSerializer.
Public class PhiAccrualFailureDetector
Public class QuarantinedEvent
Public class RemoteActorRef
Class RemoteActorRef.
Public class RemoteDaemon
Class RemoteDaemon.
Public class RemoteDeployer
Public class RemoteSettings
Public class RemoteSettings..::..TransportSettings
Public class RemoteTransportException
Represents a general failure within a RemoteTransport, such as the inabiltiy to start, wrong configuration, etc...
Public class RemotingErrorEvent
Public class RemotingLifecycleEvent
Remote lifecycle events that are published to the EventStream when initialization / connect / disconnect events that occur during network operations
Public class RemotingListenEvent
Public class RemotingShutdownEvent

Interfaces


  Interface Description
Public interface 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
Public delegate 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.