| 程序包 | 说明 |
|---|---|
| org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
| org.springframework.scheduling.support |
Generic support classes for scheduling.
|
| 类和说明 |
|---|
CronTrigger
Trigger implementation for cron expressions. |
| 类和说明 |
|---|
| DelegatingErrorHandlingRunnable
Runnable wrapper that catches any exception or error thrown from its
delegate Runnable and allows an
ErrorHandler to handle it. |