Package org.infinispan.executors
Interface ScheduledExecutorFactory
-
- All Known Subinterfaces:
SecurityAwareScheduledExecutorFactory
- All Known Implementing Classes:
DefaultScheduledExecutorFactory
public interface ScheduledExecutorFactoryUsed 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.ScheduledExecutorServicegetScheduledExecutor(java.util.Properties p)
-