Uses of Interface
org.springframework.scheduling.config.ScheduledTaskHolder
Packages that use ScheduledTaskHolder Package Description org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.config Support package for declarative scheduling configuration, with XML schema being the primary configuration format.Uses of ScheduledTaskHolder in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement ScheduledTaskHolder Modifier and Type Class Description classScheduledAnnotationBeanPostProcessorBean post-processor that registers methods annotated with @Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.Uses of ScheduledTaskHolder in org.springframework.scheduling.config
Classes in org.springframework.scheduling.config that implement ScheduledTaskHolder Modifier and Type Class Description classContextLifecycleScheduledTaskRegistrarScheduledTaskRegistrarsubclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()callback (as of 4.1.2).classScheduledTaskRegistrarHelper bean for registering tasks with aTaskScheduler, typically using cron expressions.