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.ExecutorService
createExecutorService()
java.util.concurrent.ThreadFactory
threadFactory()
-
-
-
Method Detail
-
createExecutorService
public java.util.concurrent.ExecutorService createExecutorService()
- Specified by:
createExecutorService
in interfaceExecutorServiceFactory
-
threadFactory
public java.util.concurrent.ThreadFactory threadFactory()
-
-