Uses of Class
org.springframework.scheduling.config.FixedDelayTask
Packages that use FixedDelayTask
Package
Description
Support package for declarative scheduling configuration,
 with XML schema being the primary configuration format.
- 
Uses of FixedDelayTask in org.springframework.scheduling.configMethods in org.springframework.scheduling.config with parameters of type FixedDelayTaskModifier and TypeMethodDescriptionScheduledTaskRegistrar.scheduleFixedDelayTask(FixedDelayTask task) Schedule the specified fixed-delay task, either right away if possible or on initialization of the scheduler.