Uses of Class
org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Packages that use ExecutorConfigurationSupport
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.- 
Uses of ExecutorConfigurationSupport in org.springframework.scheduling.concurrentSubclasses of ExecutorConfigurationSupport in org.springframework.scheduling.concurrentModifier and TypeClassDescriptionclassFactoryBeanthat sets up aScheduledExecutorService(by default: aScheduledThreadPoolExecutor) and exposes it for bean references.classJavaBean that allows for configuring aThreadPoolExecutorin bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its nativeExecutorServicetype.classJavaBean that allows for configuring aThreadPoolExecutorin bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a SpringTaskExecutor.classImplementation of Spring'sTaskSchedulerinterface, wrapping a nativeScheduledThreadPoolExecutor.