akka.dispatch
Interface ExecutorServiceFactoryProvider
- All Known Implementing Classes:
- DefaultExecutorServiceConfigurator, ExecutorServiceConfigurator, ForkJoinExecutorConfigurator, ThreadPoolConfig, ThreadPoolExecutorConfigurator
public interface ExecutorServiceFactoryProvider
Generic way to specify an ExecutorService to a Dispatcher, create it with the given name if desired
createExecutorServiceFactory
ExecutorServiceFactory createExecutorServiceFactory(java.lang.String id,
java.util.concurrent.ThreadFactory threadFactory)