Interface SchedulingController

All Known Implementing Classes:
BasicExecutionEngine.SelfSchedulingRunner

public interface SchedulingController
Used by self scheduling runnables to request a re-evaluation of their scheduling.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Immediately call getNextExecDelayMillis() on the source and reschedule as appropriate.
  • Method Details

    • requestReschedule

      void requestReschedule(SelfSchedulingRunnable source)
      Immediately call getNextExecDelayMillis() on the source and reschedule as appropriate.