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.) |
![]() | 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.) |
![]() | SystemGuardian |
Gets the top-level supervisor of all system-internal services like logging.
|
![]() | TerminationTask |
Returns a task that will be completed when the system has terminated.
(Inherited from ActorSystem.) |