Package akka.dispatch
Class DispatcherConfigurator
- java.lang.Object
-
- akka.dispatch.MessageDispatcherConfigurator
-
- akka.dispatch.DispatcherConfigurator
-
public class DispatcherConfigurator extends MessageDispatcherConfigurator
Configurator for creatingDispatcher
. Returns the same dispatcher instance for each invocation of thedispatcher()
method.
-
-
Constructor Summary
Constructors Constructor Description DispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageDispatcher
dispatcher()
Returns the same dispatcher instance for each invocation-
Methods inherited from class akka.dispatch.MessageDispatcherConfigurator
config, configureExecutor, prerequisites
-
-
-
-
Constructor Detail
-
DispatcherConfigurator
public DispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
-
Method Detail
-
dispatcher
public MessageDispatcher dispatcher()
Returns the same dispatcher instance for each invocation- Specified by:
dispatcher
in classMessageDispatcherConfigurator
-
-