Uses of Class
org.springframework.scheduling.support.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
ModifierConstructorDescriptionCronTask
(Runnable runnable, CronTrigger cronTrigger) Create a newCronTask
.