Uses of Package
org.springframework.scheduling
Packages that use org.springframework.scheduling
Package
Description
General exceptions for Spring's 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 Spring
context.Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
Generic support classes for scheduling.
-
Classes in org.springframework.scheduling used by org.springframework.schedulingClassDescriptionCommon 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.
-
Classes in org.springframework.scheduling used by org.springframework.scheduling.concurrentClassDescriptionA
TaskExecutor
extension exposing scheduling characteristics that are relevant to potential task submitters.Task scheduler interface that abstracts the scheduling ofRunnables
based on different kinds of triggers.Common interface for trigger objects that determine the next execution time of a task that they get associated with. -
Classes in org.springframework.scheduling used by org.springframework.scheduling.configClassDescriptionTask scheduler interface that abstracts the scheduling of
Runnables
based on different kinds of triggers.Common interface for trigger objects that determine the next execution time of a task that they get associated with. -
Classes in org.springframework.scheduling used by org.springframework.scheduling.supportClassDescriptionExtension of the
Runnable
interface, adding special callbacks for long-running operations.Task scheduler interface that abstracts the scheduling ofRunnables
based 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.