Uses of Class
org.springframework.scheduling.config.Task
Packages that use Task Package Description org.springframework.scheduling.config 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.config Modifier and Type Class Description classCronTaskTriggerTaskimplementation defining aRunnableto be executed according to a standard cron expression.classFixedDelayTaskSpecialization ofIntervalTaskfor fixed-delay semantics.classFixedRateTaskSpecialization ofIntervalTaskfor fixed-rate semantics.classIntervalTaskTaskimplementation defining aRunnableto be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.classTriggerTaskMethods in org.springframework.scheduling.config that return Task Modifier and Type Method Description TaskScheduledTask. getTask()