Package | Description |
---|---|
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTaskRegistrar.addCronTask(CronTask task)
Add a
CronTask . |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTaskRegistrar.setCronTasksList(List<CronTask> cronTasks)
Specify triggered tasks as a list of
CronTask objects. |
Copyright © 2015. All rights reserved.