Click or drag to resize
Akka.NETMessageDispatcher Properties

The MessageDispatcher type exposes the following members.

Properties
  NameDescription
Public propertyConfigurator
The configurator used to configure this message dispatcher.
Public propertyEventStream
The EventStream for this dispatcher's actor system
Public propertyId
The ID for this dispatcher.
Protected propertyInhabitants
The number of actors attached to this MessageDispatcher
Public propertyMailboxes
The list of available Mailboxes for this dispatcher's actor system
Public propertyShutdownTimeout
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.
Public propertyThroughput
Gets or sets the throughput.
Public propertyThroughputDeadlineTime
Gets or sets the throughput deadline time.
Top
See Also