| ExtendedActorSystem Properties |
The ExtendedActorSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorPipelineResolver |
Gets the actor producer pipeline resolver for current actor system. It may be used by
Akka plugins to inject custom behavior directly into actor creation chain.
| |
| DeadLetters |
Gets the dead letters.
(Inherited from ActorSystem.) | |
| Dispatchers | Gets the dispatchers. (Inherited from ActorSystem.) | |
| EventStream | Gets the event stream. (Inherited from ActorSystem.) | |
| Guardian |
Gets the top-level supervisor of all user actors created using
system.ActorOf(...) | |
| Log | Gets the log (Inherited from ActorSystem.) | |
| LookupRoot |
The RootGuardianActorRef, used as the lookup for IActorRef resolutions.
| |
| Mailboxes | Gets the mailboxes. (Inherited from ActorSystem.) | |
| Name | Gets the name of this system. (Inherited from ActorSystem.) | |
| Provider | Gets the provider. | |
| Scheduler | Gets the scheduler. (Inherited from ActorSystem.) | |
| Serialization | Gets the serialization. (Inherited from ActorSystem.) | |
| Settings | Gets the settings. (Inherited from ActorSystem.) | |
| StartTime |
Start-up time since the epoch.
(Inherited from ActorSystem.) | |
| SystemGuardian |
Gets the top-level supervisor of all system-internal services like logging.
| |
| Uptime |
Up-time of this actor system.
(Inherited from ActorSystem.) | |
| WhenTerminated |
Returns a task which will be completed after the ActorSystem has been
terminated and termination hooks have been executed. Be careful to not schedule any
operations on the `dispatcher` of this actor system as it will have been shut down
before this task completes.
(Inherited from ActorSystem.) |