Package org.apache.pekko.testkit
Class CallingThreadDispatcherConfigurator
java.lang.Object
org.apache.pekko.dispatch.MessageDispatcherConfigurator
org.apache.pekko.testkit.CallingThreadDispatcherConfigurator
-
Constructor Summary
ConstructorsConstructorDescriptionCallingThreadDispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites) -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of MessageDispatcher given the configuration.Methods inherited from class org.apache.pekko.dispatch.MessageDispatcherConfigurator
config, configureExecutor, prerequisites
-
Constructor Details
-
CallingThreadDispatcherConfigurator
public CallingThreadDispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
-
Method Details
-
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
-