| IActorRefProvider Properties |
The IActorRefProvider type exposes the following members.
| 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. | |
| 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).
|