Package akka.dispatch
Interface ExecutorServiceFactory
- 
- All Known Implementing Classes:
 ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory,ThreadPoolConfig.ThreadPoolExecutorServiceFactory
public interface ExecutorServiceFactory 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.ExecutorServicecreateExecutorService() 
 -