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 TypeClassDescriptionclass
Adapter that takes ajava.util.concurrent.ScheduledExecutorService
and exposes a SpringTaskScheduler
for it.class
JNDI-based variant ofConcurrentTaskScheduler
, performing a default lookup for JSR-236's "java:comp/DefaultManagedScheduledExecutorService" in a Jakarta EE environment.class
Implementation of Spring'sTaskScheduler
interface, wrapping a nativeScheduledThreadPoolExecutor
. -
Uses of TaskScheduler in org.springframework.scheduling.config
Methods in org.springframework.scheduling.config that return TaskSchedulerModifier and TypeMethodDescriptionScheduledTaskRegistrar.getScheduler()
Return theTaskScheduler
instance for this registrar (may benull
).Methods in org.springframework.scheduling.config with parameters of type TaskSchedulerModifier and TypeMethodDescriptionvoid
ScheduledTaskRegistrar.setTaskScheduler
(TaskScheduler taskScheduler) Set theTaskScheduler
to register scheduled tasks with.