Class DispatcherConfigurator
The cached MessageDispatcher factory that gets looked up via configuration inside Dispatchers
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public sealed class DispatcherConfigurator : MessageDispatcherConfigurator
Constructors
| Improve this Doc View SourceDispatcherConfigurator(Config, IDispatcherPrerequisites)
Used to configure and produce Dispatcher() instances for use with actors.
Declaration
public DispatcherConfigurator(Config config, IDispatcherPrerequisites prerequisites)
Parameters
Type | Name | Description |
---|---|---|
Config | config | The configuration for this dispatcher. |
IDispatcherPrerequisites | prerequisites | System prerequisites needed to run this dispatcher. |
Methods
| Improve this Doc View SourceDispatcher()
Returns a Dispatcher() instance.
Whether or not this MessageDispatcherConfigurator returns a new instance or returns a reference to an existing instance is an implementation detail of the underlying implementation.
Declaration
public override MessageDispatcher Dispatcher()
Returns
Type | Description |
---|---|
MessageDispatcher | TBD |