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
ContextLifecycleScheduledTaskRegistrar()
ScheduledTaskRegistrar subclass which redirects the actual scheduling of tasks to the |
open fun afterPropertiesSet(): Unit |
|
open fun afterSingletonsInstantiated(): Unit |