ActorRefProvider Properties

The ActorRefProvider type exposes the following members.

Properties


  Name Description
Public property DeadLetters
Gets the dead letters.
Public property DefaultAddress
Gets the external address of the default transport.
Public property Deployer
Gets the deployer.
Public property Guardian
Gets the supervisor used for all top-level user actors.
Public property 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.
Public property RootPath
Gets the root path for all actors within this actor system, not including any remote address information.
Public property Settings
Gets the settings.
Public property SystemGuardian
Gets the supervisor used for all top-level system actors.
Public property TempContainer
Returns the actor reference representing the "/temp" path.
Public property TerminationTask
This Future is completed upon termination of this ActorRefProvider, which is usually initiated by stopping the guardian via Stop(ActorRef).