Interface ScheduleHandleCallback
- All Known Implementing Classes:
HistoricalDataCacheExpiringImpl
,TimerAtObserver
,TimerIntervalObserver
,TimerScheduleObserver
,TimerWithinGuard
,TimerWithinOrMaxCountGuard
public interface ScheduleHandleCallback
Interface for scheduled callbacks.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback that is invoked as indicated by a schedule added to the scheduling service.
-
Method Details
-
scheduledTrigger
void scheduledTrigger()Callback that is invoked as indicated by a schedule added to the scheduling service.
-