| DispatcherConfiguratorDispatcher Method |
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.
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override MessageDispatcher Dispatcher()
abstract Dispatcher : unit -> MessageDispatcher
override Dispatcher : unit -> MessageDispatcher
Return Value
Type:
MessageDispatcherTBD
See Also