Uses of Interface
org.springframework.scheduling.TaskScheduler
Packages that use TaskScheduler
Package
Description
Scheduling convenience classes for the
java.util.concurrent
and jakarta.enterprise.concurrent packages, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context.Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of TaskScheduler in org.springframework.scheduling.concurrent
Classes in org.springframework.scheduling.concurrent that implement TaskSchedulerModifier and TypeClassDescriptionclassAdapter that takes ajava.util.concurrent.ScheduledExecutorServiceand exposes a SpringTaskSchedulerfor it.classJNDI-based variant ofConcurrentTaskScheduler, performing a default lookup for JSR-236's "java:comp/DefaultManagedScheduledExecutorService" in a Jakarta EE environment.classImplementation of Spring'sTaskSchedulerinterface, wrapping a nativeScheduledThreadPoolExecutor. -
Uses of TaskScheduler in org.springframework.scheduling.config
Methods in org.springframework.scheduling.config that return TaskSchedulerModifier and TypeMethodDescriptionScheduledTaskRegistrar.getScheduler()Return theTaskSchedulerinstance for this registrar (may benull).Methods in org.springframework.scheduling.config with parameters of type TaskSchedulerModifier and TypeMethodDescriptionvoidScheduledTaskRegistrar.setTaskScheduler(TaskScheduler taskScheduler) Set theTaskSchedulerto register scheduled tasks with.