Package org.infinispan.executors
Interface ScheduledExecutorFactory
-
- All Known Subinterfaces:
SecurityAwareScheduledExecutorFactory
- All Known Implementing Classes:
DefaultScheduledExecutorFactory
public interface ScheduledExecutorFactory
Used to configure and create scheduled executors- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.ScheduledExecutorService
getScheduledExecutor(java.util.Properties p)
-