Package org.infinispan.commons.executors
Interface ExecutorFactory
-
- All Known Subinterfaces:
SecurityAwareExecutorFactory
- All Known Implementing Classes:
DefaultExecutorFactory
,WithinThreadExecutorFactory
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 java.util.concurrent.ExecutorService
getExecutor(java.util.Properties p)
-