Class ContextLifecycleScheduledTaskRegistrar

java.lang.Object
org.springframework.scheduling.config.ScheduledTaskRegistrar
org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
All Implemented Interfaces:
DisposableBean, InitializingBean, SmartInitializingSingleton, ScheduledTaskHolder

public class ContextLifecycleScheduledTaskRegistrar extends ScheduledTaskRegistrar implements SmartInitializingSingleton
ScheduledTaskRegistrar subclass which redirects the actual scheduling of tasks to the afterSingletonsInstantiated() callback (as of 4.1.2).
Since:
3.2.1
Author:
Juergen Hoeller