RemoteActorRefProvider Class |
Namespace: Akka.Remote
The RemoteActorRefProvider type exposes the following members.
Name | Description | |
---|---|---|
RemoteActorRefProvider |
Creates a new remote actor ref provider instance.
|
Name | Description | |
---|---|---|
DeadLetters | Gets the dead letters. | |
DefaultAddress | Gets the external address of the default transport. | |
Deployer | Gets the deployer. | |
Guardian | Gets the supervisor used for all top-level user actors. | |
RemoteDaemon |
Remoting system daemon responsible for powering remote deployment capabilities.
| |
RootGuardian |
Reference to the supervisor of guardian and systemGuardian; this is
exposed so that the ActorSystemImpl can use it as lookupRoot, i.e.
for anchoring absolute actor look-ups.
| |
RootPath |
Gets the root path for all actors within this actor system, not including any remote address information.
| |
Settings | Gets the settings. | |
SystemGuardian | Gets the supervisor used for all top-level system actors. | |
TempContainer | Returns the actor reference representing the "/temp" path. | |
TerminationTask |
This Future is completed upon termination of this IActorRefProvider, which
is usually initiated by stopping the guardian via Stop(IActorRef).
| |
Transport |
The remote transport. Wraps all of the underlying physical network transports.
|
Name | Description | |
---|---|---|
ActorOf |
TBD
| |
CreateRemoteDeploymentWatcher |
TBD
| |
CreateRemoteWatcher |
TBD
| |
CreateRemoteWatcherFailureDetector |
TBD
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetExternalAddressFor |
TBD
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init |
Initialization of an ActorRefProvider happens in two steps: first
construction of the object with settings, eventStream, etc.
and then—when the ActorSystem is constructed—the second phase during
which actors may be created (e.g. the guardians).
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Quarantine |
Marks a remote system as out of sync and prevents reconnects until the quarantine timeout elapses.
| |
RegisterTempActor | Registers an actorRef at a path returned by TempPath; do NOT pass in any other path. | |
ResolveActorRef(String) |
TBD
| |
ResolveActorRef(ActorPath) |
TBD
| |
RootGuardianAt |
TBD
| |
TempPath | Generates and returns a unique actor path below "/temp". | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnregisterTempActor | Unregister a temporary actor (i.e. obtained from TempPath); do NOT pass in any other path. | |
UseActorOnNode |
TBD
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |