akka.dispatch
Interface ExecutorServiceFactory

All Known Implementing Classes:
ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory, ThreadPoolConfig.ThreadPoolExecutorServiceFactory

public interface ExecutorServiceFactory

Function0 without the fun stuff (mostly for the sake of the Java API side of things)


Method Summary
 java.util.concurrent.ExecutorService createExecutorService()
           
 

Method Detail

createExecutorService

java.util.concurrent.ExecutorService createExecutorService()