Interface BackgroundScheduling
-
- All Known Implementing Classes:
ClockFactoryImpl
public interface BackgroundScheduling
Opportunity for background scheduling.
Background scheduling is not always available in some environments (typically where
ProcessState
scopedThread
instances are only available).- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startBackgroundScheduling(BackgroundScheduler scheduler)
Starts theBackgroundScheduling
.
-
-
-
Method Detail
-
startBackgroundScheduling
void startBackgroundScheduling(BackgroundScheduler scheduler)
Starts theBackgroundScheduling
.- Parameters:
scheduler
-BackgroundScheduler
.
-
-