package

org.springframework.scheduling.config

Support package for declarative scheduling configuration, with XML schema being the primary configuration format.

Classes

AnnotationDrivenBeanDefinitionParser Parser for the 'annotation-driven' element of the 'task' namespace. 
ExecutorBeanDefinitionParser Parser for the 'executor' element of the 'task' namespace. 
ScheduledTaskRegistrar Helper bean for registering tasks with a TaskScheduler, typically using cron expressions. 
ScheduledTasksBeanDefinitionParser Parser for the 'scheduled-tasks' element of the scheduling namespace. 
SchedulerBeanDefinitionParser Parser for the 'scheduler' element of the 'task' namespace. 
TaskExecutorFactoryBean FactoryBean for creating ThreadPoolTaskExecutor instances, choosing between the standard concurrent and the backport-concurrent variant. 
TaskNamespaceHandler NamespaceHandler for the 'task' namespace.