Uses of Class
org.springframework.scheduling.config.ScheduledTaskRegistrar
Packages that use 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
Methods in org.springframework.scheduling.annotation with parameters of type ScheduledTaskRegistrarModifier and TypeMethodDescriptionvoid
SchedulingConfigurer.configureTasks
(ScheduledTaskRegistrar taskRegistrar) Callback allowing aTaskScheduler
and specificTask
instances to be registered against the given theScheduledTaskRegistrar
.Constructors in org.springframework.scheduling.annotation with parameters of type ScheduledTaskRegistrarModifierConstructorDescriptionCreate aScheduledAnnotationBeanPostProcessor
delegating to the specifiedScheduledTaskRegistrar
. -
Uses of ScheduledTaskRegistrar in org.springframework.scheduling.config
Subclasses of ScheduledTaskRegistrar in org.springframework.scheduling.configModifier and TypeClassDescriptionclass
ScheduledTaskRegistrar
subclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()
callback (as of 4.1.2).