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 TypeMethodDescriptionvoid
Immediately call getNextExecDelayMillis() on the source and reschedule as appropriate.
-
Method Details
-
requestReschedule
Immediately call getNextExecDelayMillis() on the source and reschedule as appropriate.
-