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 SummaryModifier and TypeMethodDescriptionvoidsetScheduledExecutorService(ScheduledExecutorService scheduledExecutor) Inject an instance of a central ScheduledExecutorService
- 
Method Details- 
setScheduledExecutorServiceInject an instance of a central ScheduledExecutorService- Parameters:
- scheduledExecutor-
 
 
-