Uses of Package
org.springframework.scheduling.concurrent
Packages that use 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.-
Classes in org.springframework.scheduling.concurrent used by org.springframework.scheduling.concurrentClassDescriptionAdapter that takes a
java.util.concurrent.Executorand exposes a SpringTaskExecutorfor it.Adapter that takes ajava.util.concurrent.ScheduledExecutorServiceand exposes a SpringTaskSchedulerfor it.Implementation of theThreadFactoryinterface, allowing for customizing the created threads (name, priority, etc).Base class for setting up aExecutorService(typically aThreadPoolExecutororScheduledThreadPoolExecutor).JavaBean that describes a scheduled executor task, consisting of theRunnableand a delay plus period.