Uses of Package
org.springframework.scheduling.config
Package
Description
Annotation support for asynchronous method execution.
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
ClassDescriptionA representation of a scheduled task at runtime, used as a return value for scheduling methods.Common interface for exposing locally scheduled tasks.Helper bean for registering tasks with a
TaskScheduler
, typically using cron expressions. -
ClassDescription
TriggerTask
implementation defining aRunnable
to be executed according to a standard cron expression.Specialization ofIntervalTask
for fixed-delay semantics.Specialization ofIntervalTask
for fixed-rate semantics.Task
implementation defining aRunnable
to be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.A representation of a scheduled task at runtime, used as a return value for scheduling methods.Common interface for exposing locally scheduled tasks.Helper bean for registering tasks with aTaskScheduler
, typically using cron expressions.Holder class defining aRunnable
to be executed as a task, typically at a scheduled time or interval.