DefaultRateLimitKeyGeneratorpublic interface RateLimitKeyGenerator
| Modifier and Type | Method | Description |
|---|---|---|
String |
key(javax.servlet.http.HttpServletRequest request,
org.springframework.cloud.netflix.zuul.filters.Route route,
RateLimitProperties.Policy policy) |
String key(javax.servlet.http.HttpServletRequest request, org.springframework.cloud.netflix.zuul.filters.Route route, RateLimitProperties.Policy policy)
request - The HttpServletRequestroute - The Routepolicy - The RateLimitProperties.PolicyCopyright © 2019. All rights reserved.