Class DefaultDispatcherPrerequisites
The default set of contextual data needed for MessageDispatcherConfigurators
Implements
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public sealed class DefaultDispatcherPrerequisites : IDispatcherPrerequisites
Constructors
| Improve this Doc View SourceDefaultDispatcherPrerequisites(EventStream, IScheduler, Settings, Mailboxes)
Default constructor...
Declaration
public DefaultDispatcherPrerequisites(EventStream eventStream, IScheduler scheduler, Settings settings, Mailboxes mailboxes)
Parameters
Type | Name | Description |
---|---|---|
EventStream | eventStream | TBD |
IScheduler | scheduler | TBD |
Settings | settings | TBD |
Mailboxes | mailboxes | TBD |
Properties
| Improve this Doc View SourceEventStream
TBD
Declaration
public EventStream EventStream { get; }
Property Value
Type | Description |
---|---|
EventStream |
Mailboxes
TBD
Declaration
public Mailboxes Mailboxes { get; }
Property Value
Type | Description |
---|---|
Mailboxes |
Scheduler
TBD
Declaration
public IScheduler Scheduler { get; }
Property Value
Type | Description |
---|---|
IScheduler |
Settings
TBD
Declaration
public Settings Settings { get; }
Property Value
Type | Description |
---|---|
Settings |