Uses of Class
org.springframework.scheduling.config.Task
Package
Description
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of Task in org.springframework.scheduling.config
Modifier and TypeClassDescriptionclass
TriggerTask
implementation defining aRunnable
to be executed according to a standard cron expression.class
Specialization ofIntervalTask
for fixed-delay semantics.class
Specialization ofIntervalTask
for fixed-rate semantics.class
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.class