Package org.infinispan.commons.executors
Interface ExecutorFactory
-
- All Known Subinterfaces:
SecurityAwareExecutorFactory
public interface ExecutorFactory
Used to configure and create executors- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorService
getExecutor(Properties p)
-
-
-
Method Detail
-
getExecutor
ExecutorService getExecutor(Properties p)
-
-