Interface IRequireScheduler
- All Known Implementing Classes:
BlockDiskCache
,CompositeCache
,HSQLDiskCacheFactory
,JDBCDiskCacheFactory
,MySQLDiskCacheFactory
,UDPDiscoveryService
public interface IRequireScheduler
Marker interface to allow the injection of a central ScheduledExecutorService
for all modules requiring scheduled background operations.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setScheduledExecutorService
(ScheduledExecutorService scheduledExecutor) Inject an instance of a central ScheduledExecutorService
-
Method Details
-
setScheduledExecutorService
Inject an instance of a central ScheduledExecutorService- Parameters:
scheduledExecutor
-
-