Package akka.testkit
Class CallingThreadDispatcherConfigurator
- java.lang.Object
-
- akka.dispatch.MessageDispatcherConfigurator
-
- akka.testkit.CallingThreadDispatcherConfigurator
-
public class CallingThreadDispatcherConfigurator extends MessageDispatcherConfigurator
-
-
Constructor Summary
Constructors Constructor Description CallingThreadDispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageDispatcherdispatcher()Returns an instance of MessageDispatcher given the configuration.-
Methods inherited from class akka.dispatch.MessageDispatcherConfigurator
config, configureExecutor, prerequisites
-
-
-
-
Constructor Detail
-
CallingThreadDispatcherConfigurator
public CallingThreadDispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
-
Method Detail
-
dispatcher
public MessageDispatcher dispatcher()
Description copied from class:MessageDispatcherConfiguratorReturns an instance of MessageDispatcher given the configuration. Depending on the needs the implementation may return a new instance for each invocation or return the same instance every time.- Specified by:
dispatcherin classMessageDispatcherConfigurator
-
-