Uses of Class
org.springframework.scheduling.config.Task
Packages that use 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
Subclasses of Task in org.springframework.scheduling.configModifier 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
Methods in org.springframework.scheduling.config that return Task