akka.dispatch
Interface ExecutorServiceFactoryProvider

All Known Implementing Classes:
ExecutorServiceConfigurator, ForkJoinExecutorConfigurator, ThreadPoolConfig, ThreadPoolExecutorConfigurator

public interface ExecutorServiceFactoryProvider

Generic way to specify an ExecutorService to a Dispatcher, create it with the given name if desired


Method Summary
 ExecutorServiceFactory createExecutorServiceFactory(java.lang.String id, java.util.concurrent.ThreadFactory threadFactory)
           
 

Method Detail

createExecutorServiceFactory

ExecutorServiceFactory createExecutorServiceFactory(java.lang.String id,
                                                    java.util.concurrent.ThreadFactory threadFactory)