Uses of Class
org.springframework.util.ConcurrencyThrottleSupport
Packages that use ConcurrencyThrottleSupport
Package
Description
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
-
Uses of ConcurrencyThrottleSupport in org.springframework.core.task
Subclasses of ConcurrencyThrottleSupport in org.springframework.core.taskModifier and TypeClassDescriptionclassTaskExecutorimplementation that executes each task synchronously in the calling thread.