Uses of Class
org.springframework.scheduling.support.CronTrigger
Packages that use CronTrigger
Package
Description
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of CronTrigger in org.springframework.scheduling.config
Constructors in org.springframework.scheduling.config with parameters of type CronTriggerModifierConstructorDescriptionCronTask
(Runnable runnable, CronTrigger cronTrigger) Create a newCronTask
.