Uses of Package
org.springframework.scheduling.concurrent
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
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.-
ClassDescriptionJavaBean that allows for configuring a
ThreadPoolExecutor
in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a SpringTaskExecutor
. -
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.