@Configuration
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass(value={javax.servlet.http.HttpServletRequest.class,org.springframework.web.servlet.HandlerInterceptor.class})
public class MvcConcurrencyLimitsAutoConfiguration
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Limiter bean.| Modifier and Type | Class and Description |
|---|---|
protected static class |
MvcConcurrencyLimitsAutoConfiguration.HandlerInterceptorConfiguration |
| Constructor and Description |
|---|
MvcConcurrencyLimitsAutoConfiguration(org.springframework.beans.factory.ObjectProvider<Consumer<com.netflix.concurrency.limits.servlet.ServletLimiterBuilder>> configurerProvider) |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.concurrency.limits.Limiter<javax.servlet.http.HttpServletRequest> |
servletLimiter() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic MvcConcurrencyLimitsAutoConfiguration(org.springframework.beans.factory.ObjectProvider<Consumer<com.netflix.concurrency.limits.servlet.ServletLimiterBuilder>> configurerProvider)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.