Uses of Class
org.springframework.scheduling.config.ScheduledTaskRegistrar
Package
Description
Annotation support for asynchronous method execution.
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of ScheduledTaskRegistrar in org.springframework.scheduling.annotation
Modifier and TypeMethodDescriptionvoid
SchedulingConfigurer.configureTasks
(ScheduledTaskRegistrar taskRegistrar) Callback allowing aTaskScheduler
and specificTask
instances to be registered against the given theScheduledTaskRegistrar
.ModifierConstructorDescriptionCreate aScheduledAnnotationBeanPostProcessor
delegating to the specifiedScheduledTaskRegistrar
. -
Uses of ScheduledTaskRegistrar in org.springframework.scheduling.config
Modifier and TypeClassDescriptionclass
ScheduledTaskRegistrar
subclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()
callback (as of 4.1.2).