| 程序包 | 说明 |
|---|---|
| org.springframework.scheduling.annotation |
Java 5 annotation for asynchronous method execution.
|
| org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SchedulingConfigurer.configureTasks(ScheduledTaskRegistrar taskRegistrar)
Callback allowing a
TaskScheduler and specific Task
instances to be registered against the given the ScheduledTaskRegistrar |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ContextLifecycleScheduledTaskRegistrar
ScheduledTaskRegistrar subclass which redirects the actual scheduling
of tasks to the ContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated() callback (as of 4.1.2). |