spring-framework / org.springframework.scheduling.config / ContextLifecycleScheduledTaskRegistrar

ContextLifecycleScheduledTaskRegistrar

open class ContextLifecycleScheduledTaskRegistrar : ScheduledTaskRegistrar, SmartInitializingSingleton

ScheduledTaskRegistrar subclass which redirects the actual scheduling of tasks to the #afterSingletonsInstantiated() callback (as of 4.1.2).

Author
Juergen Hoeller

Since
3.2.1

Constructors

<init>

ContextLifecycleScheduledTaskRegistrar()

ScheduledTaskRegistrar subclass which redirects the actual scheduling of tasks to the #afterSingletonsInstantiated() callback (as of 4.1.2).

Functions

afterPropertiesSet

open fun afterPropertiesSet(): Unit

afterSingletonsInstantiated

open fun afterSingletonsInstantiated(): Unit