Click or drag to resize
Akka.NETIDispatcherPrerequisites Interface
Contextual information that's useful for dispatchers

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IDispatcherPrerequisites

The IDispatcherPrerequisites type exposes the following members.

Properties
  NameDescription
Public propertyEventStream
The EventStream that belongs to the current ActorSystem.
Public propertyMailboxes
The list of registered Mailboxes for the current ActorSystem.
Public propertyScheduler
The IScheduler that belongs to the current ActorSystem.
Public propertySettings
The Settings for the current ActorSystem.
Top
See Also