akka.testkit
Class CallingThreadDispatcherConfigurator

java.lang.Object
  extended by akka.dispatch.MessageDispatcherConfigurator
      extended by akka.testkit.CallingThreadDispatcherConfigurator

public class CallingThreadDispatcherConfigurator
extends MessageDispatcherConfigurator


Constructor Summary
CallingThreadDispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
           
 
Method Summary
 MessageDispatcher dispatcher()
          Returns an instance of MessageDispatcher given the configuration.
 
Methods inherited from class akka.dispatch.MessageDispatcherConfigurator
config, configureExecutor, mailboxType, prerequisites
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallingThreadDispatcherConfigurator

public CallingThreadDispatcherConfigurator(com.typesafe.config.Config config,
                                           DispatcherPrerequisites prerequisites)
Method Detail

dispatcher

public MessageDispatcher dispatcher()
Description copied from class: MessageDispatcherConfigurator
Returns 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:
dispatcher in class MessageDispatcherConfigurator