| Package | Description | 
|---|---|
| org.springframework.scheduling.concurrent | Scheduling convenience classes for the  java.util.concurrentandjavax.enterprise.concurrentpackages, allowing to set up a
 ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
 context. | 
| Class and Description | 
|---|
| ConcurrentTaskExecutor Adapter that takes a  java.util.concurrent.Executorand exposes
 a SpringTaskExecutorfor it. | 
| ConcurrentTaskScheduler Adapter that takes a  java.util.concurrent.ScheduledExecutorServiceand
 exposes a SpringTaskSchedulerfor it. | 
| CustomizableThreadFactory Implementation of the  ThreadFactoryinterface,
 allowing for customizing the created threads (name, priority, etc). | 
| ExecutorConfigurationSupport Base class for setting up a  ExecutorService(typically aThreadPoolExecutororScheduledThreadPoolExecutor). | 
| ScheduledExecutorTask JavaBean that describes a scheduled executor task, consisting of the
  Runnableand a delay plus period. |