Uses of Class
org.springframework.scheduling.config.DelayedTask
Package
Description
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of DelayedTask in org.springframework.scheduling.config
Modifier and TypeClassDescriptionclass
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
Task
implementation defining aRunnable
with an initial delay.Modifier and TypeMethodDescriptionvoid
ScheduledTaskRegistrar.addOneTimeTask
(DelayedTask task) Add a one-timeDelayedTask
.