程序包的使用
cn.taketoday.scheduling
使用cn.taketoday.scheduling的程序包
程序包
说明
General exceptions for scheduling support,
independent of any specific scheduling system.
Scheduling convenience classes for the
java.util.concurrent
and jakarta.enterprise.concurrent packages, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Framework
context.Support package for declarative scheduling configuration.
Generic support classes for scheduling.
-
类说明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.
-
类说明A
TaskExecutorextension 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. -
类说明Task scheduler interface that abstracts the scheduling of
Runnablesbased on different kinds of triggers.Common interface for trigger objects that determine the next execution time of a task that they get associated with. -
类说明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.