Uses of Class
org.springframework.util.ConcurrencyThrottleSupport
Packages that use ConcurrencyThrottleSupport
Package
Description
Provides miscellaneous interceptor implementations.
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
-
Uses of ConcurrencyThrottleSupport in org.springframework.aop.interceptor
Subclasses of ConcurrencyThrottleSupport in org.springframework.aop.interceptorModifier and TypeClassDescriptionclass
Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached. -
Uses of ConcurrencyThrottleSupport in org.springframework.core.task
Subclasses of ConcurrencyThrottleSupport in org.springframework.core.taskModifier and TypeClassDescriptionclass
TaskExecutor
implementation that executes each task synchronously in the calling thread.