| Dispatcher Properties |
The Dispatcher type exposes the following members.
| Name | Description | |
|---|---|---|
| Configurator |
The configurator used to configure this message dispatcher.
(Inherited from MessageDispatcher.) | |
| EventStream |
The EventStream for this dispatcher's actor system
(Inherited from MessageDispatcher.) | |
| Id |
The ID for this dispatcher.
(Inherited from MessageDispatcher.) | |
| Inhabitants |
The number of actors attached to this MessageDispatcher (Inherited from MessageDispatcher.) | |
| Mailboxes |
The list of available Mailboxes for this dispatcher's actor system
(Inherited from MessageDispatcher.) | |
| ShutdownTimeout |
INTERNAL API
When the dispatcher no longer has any actors registered, the ShutdownTimeout determines
how long it will wait until it shuts itself down, defaulting to your Akka.NET config's 'akka.actor.default-dispatcher.shutdown-timeout'
or the system default specified.
(Inherited from MessageDispatcher.) | |
| Throughput |
Gets or sets the throughput.
(Inherited from MessageDispatcher.) | |
| ThroughputDeadlineTime |
Gets or sets the throughput deadline time.
(Inherited from MessageDispatcher.) |