Interface ScheduleHandleCallback

All Known Implementing Classes:
HistoricalDataCacheExpiringImpl, TimerAtObserver, TimerIntervalObserver, TimerScheduleObserver, TimerWithinGuard, TimerWithinOrMaxCountGuard

public interface ScheduleHandleCallback
Interface for scheduled callbacks.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.