Package org.apache.pekko.dispatch
Class DispatcherConfigurator
java.lang.Object
org.apache.pekko.dispatch.MessageDispatcherConfigurator
org.apache.pekko.dispatch.DispatcherConfigurator
Configurator for creating
pekko.dispatch.Dispatcher.
Returns the same dispatcher instance for each invocation
of the dispatcher() method.-
Constructor Summary
ConstructorsConstructorDescriptionDispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites) -
Method Summary
Modifier and TypeMethodDescriptionReturns the same dispatcher instance for each invocationMethods inherited from class org.apache.pekko.dispatch.MessageDispatcherConfigurator
config, configureExecutor, prerequisites
-
Constructor Details
-
DispatcherConfigurator
public DispatcherConfigurator(com.typesafe.config.Config config, DispatcherPrerequisites prerequisites)
-
-
Method Details
-
dispatcher
Returns the same dispatcher instance for each invocation- Specified by:
dispatcherin classMessageDispatcherConfigurator
-