Browse Source

Polishing

pull/35608/head
Sam Brannen 2 months ago
parent
commit
5096db4e60
  1. 5
      spring-context/src/main/java/org/springframework/resilience/annotation/ConcurrencyLimit.java

5
spring-context/src/main/java/org/springframework/resilience/annotation/ConcurrencyLimit.java

@ -40,9 +40,10 @@ import org.springframework.core.annotation.AliasFor;
* no thread pool limit in place. For asynchronous tasks, this can be constrained * no thread pool limit in place. For asynchronous tasks, this can be constrained
* on {@link org.springframework.core.task.SimpleAsyncTaskExecutor}. For * on {@link org.springframework.core.task.SimpleAsyncTaskExecutor}. For
* synchronous invocations, this annotation provides equivalent behavior through * synchronous invocations, this annotation provides equivalent behavior through
* {@link org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor} * {@link org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor}.
* Alternatively, consider {@link org.springframework.core.task.SyncTaskExecutor} * Alternatively, consider {@link org.springframework.core.task.SyncTaskExecutor}
* and its inherited concurrency throttle (new as of 7.0) for programmatic use. * and its inherited concurrency throttling support (new as of 7.0) for
* programmatic use.
* *
* @author Juergen Hoeller * @author Juergen Hoeller
* @author Hyunsang Han * @author Hyunsang Han

Loading…
Cancel
Save