Uses of Package
org.springframework.scheduling.config
Packages that use 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.
- 
Classes in org.springframework.scheduling.config used by org.springframework.scheduling.annotationClassDescriptionA 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.
- 
Classes in org.springframework.scheduling.config used by org.springframework.scheduling.configClassDescriptionTriggerTaskimplementation defining aRunnableto be executed according to a standard cron expression.Specialization ofIntervalTaskfor fixed-delay semantics.Specialization ofIntervalTaskfor fixed-rate semantics.Taskimplementation defining aRunnableto 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 aRunnableto be executed as a task, typically at a scheduled time or interval.