akka.dispatch
Interface ExecutorServiceFactoryProvider

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

public interface ExecutorServiceFactoryProvider


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)