Package akka.dispatch

Class ThreadPoolExecutorConfigurator

  • All Implemented Interfaces:
    ExecutorServiceFactoryProvider

    public class ThreadPoolExecutorConfigurator
    extends ExecutorServiceConfigurator
    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.
    • Constructor Detail

      • ThreadPoolExecutorConfigurator

        public ThreadPoolExecutorConfigurator​(com.typesafe.config.Config config,
                                              DispatcherPrerequisites prerequisites)