程序包 cn.taketoday.scheduling
@NonNullApi
@NonNullFields
package cn.taketoday.scheduling
General exceptions for scheduling support,
independent of any specific scheduling system.
-
类说明Extension of the
Runnableinterface, adding special callbacks for long-running operations.General exception to be thrown on scheduling failures, such as the scheduler already having shut down.ATaskExecutorextension exposing scheduling characteristics that are relevant to potential task submitters.Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.Common interface for trigger objects that determine the next execution time of a task that they get associated with.Context object encapsulating last execution times and last completion time of a given task.