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 |
ScheduledAnnotationBeanPostProcessor.onApplicationEvent(ContextRefreshedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ContextLifecycleScheduledTaskRegistrar.onApplicationEvent(ContextRefreshedEvent event)
Actually schedule the tasks at the right time of the context lifecycle,
if we're running within an ApplicationContext.
|
Copyright © 2025. All rights reserved.