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 SummaryModifier and TypeMethodDescriptionvoidImmediately call getNextExecDelayMillis() on the source and reschedule as appropriate.
- 
Method Details- 
requestRescheduleImmediately call getNextExecDelayMillis() on the source and reschedule as appropriate.
 
-