Package | Description |
---|---|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
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 |
SchedulingConfigurer.configureTasks(ScheduledTaskRegistrar taskRegistrar)
Callback allowing a
TaskScheduler and specific Task
instances to be registered against the given the ScheduledTaskRegistrar |
Modifier and Type | Class and Description |
---|---|
class |
ContextLifecycleScheduledTaskRegistrar
ScheduledTaskRegistrar subclass that redirects the actual scheduling
of tasks to the ContextRefreshedEvent callback. |
Copyright © 2015. All rights reserved.