ActorSystem Properties |
The ActorSystem type exposes the following members.
Name | Description | |
---|---|---|
DeadLetters |
Gets the dead letters.
| |
Dispatchers | Gets the dispatchers. | |
EventStream | Gets the event stream. | |
Log | Gets the log | |
Mailboxes | Gets the mailboxes. | |
Name | Gets the name of this system. | |
Scheduler | Gets the scheduler. | |
Serialization | Gets the serialization. | |
Settings | Gets the settings. | |
StartTime |
Start-up time since the epoch.
| |
Uptime |
Up-time of this actor system.
| |
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.
|