File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-context/src/main/java/org/springframework/resilience/annotation Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4040 * no thread pool limit in place. For asynchronous tasks, this can be constrained
4141 * on {@link org.springframework.core.task.SimpleAsyncTaskExecutor}. For
4242 * synchronous invocations, this annotation provides equivalent behavior through
43- * {@link org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor}
43+ * {@link org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor}.
4444 * Alternatively, consider {@link org.springframework.core.task.SyncTaskExecutor}
45- * and its inherited concurrency throttle (new as of 7.0) for programmatic use.
45+ * and its inherited concurrency throttling support (new as of 7.0) for
46+ * programmatic use.
4647 *
4748 * @author Juergen Hoeller
4849 * @author Hyunsang Han
You can’t perform that action at this time.
0 commit comments