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 ScheduledExecutorService
getScheduledExecutor(Properties p)
-
-
-
Method Detail
-
getScheduledExecutor
ScheduledExecutorService getScheduledExecutor(Properties p)
-
-