Uses of Class
org.springframework.scheduling.config.FixedRateTask
Package
Description
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of FixedRateTask in org.springframework.scheduling.config
Modifier and TypeMethodDescriptionScheduledTaskRegistrar.scheduleFixedRateTask
(FixedRateTask task) Schedule the specified fixed-rate task, either right away if possible or on initialization of the scheduler.