Package akka.dispatch
Class ThreadPoolConfig.ThreadPoolExecutorServiceFactory
- java.lang.Object
 - 
- akka.dispatch.ThreadPoolConfig.ThreadPoolExecutorServiceFactory
 
 
- 
- All Implemented Interfaces:
 ExecutorServiceFactory
- Enclosing class:
 - ThreadPoolConfig
 
public class ThreadPoolConfig.ThreadPoolExecutorServiceFactory extends java.lang.Object implements ExecutorServiceFactory
 
- 
- 
Constructor Summary
Constructors Constructor Description ThreadPoolExecutorServiceFactory(java.util.concurrent.ThreadFactory threadFactory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.ExecutorServicecreateExecutorService()java.util.concurrent.ThreadFactorythreadFactory() 
 - 
 
- 
- 
Method Detail
- 
createExecutorService
public java.util.concurrent.ExecutorService createExecutorService()
- Specified by:
 createExecutorServicein interfaceExecutorServiceFactory
 
- 
threadFactory
public java.util.concurrent.ThreadFactory threadFactory()
 
 - 
 
 -