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.
Generic support classes for scheduling.
-
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. -
Uses of CronTrigger in org.springframework.scheduling.support
Methods in org.springframework.scheduling.support that return CronTriggerModifier and TypeMethodDescriptionstatic CronTriggerCronTrigger.forFixedExecution(String expression) Create aCronTriggerfor fixed execution, to be rescheduled after every task based on the last scheduled time.static CronTriggerCronTrigger.forLenientExecution(String expression) Create aCronTriggerfor lenient execution, to be rescheduled after every task based on the completion time.static CronTriggerCronTrigger.resumeFixedExecution(String expression, Instant resumptionTimestamp) Create aCronTriggerfor fixed execution, to be rescheduled after every task based on the last scheduled time.static CronTriggerCronTrigger.resumeLenientExecution(String expression, Instant resumptionTimestamp) Create aCronTriggerfor lenient execution, to be rescheduled after every task based on the completion time.