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