Uses of Package
org.springframework.scheduling.concurrent
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.-
ClassDescriptionAdapter that takes a
java.util.concurrent.Executor
and exposes a SpringTaskExecutor
for it.Adapter that takes ajava.util.concurrent.ScheduledExecutorService
and exposes a SpringTaskScheduler
for it.Implementation of theThreadFactory
interface, allowing for customizing the created threads (name, priority, etc).Base class for setting up aExecutorService
(typically aThreadPoolExecutor
orScheduledThreadPoolExecutor
).JavaBean that describes a scheduled executor task, consisting of theRunnable
and a delay plus period.