public class DefaultRateLimitKeyGenerator extends Object implements RateLimitKeyGenerator
| Constructor and Description |
|---|
DefaultRateLimitKeyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
key(javax.servlet.http.HttpServletRequest request,
org.springframework.cloud.netflix.zuul.filters.Route route,
RateLimitProperties.Policy policy)
|
public String key(javax.servlet.http.HttpServletRequest request, org.springframework.cloud.netflix.zuul.filters.Route route, RateLimitProperties.Policy policy)
RateLimitKeyGeneratorkey in interface RateLimitKeyGeneratorrequest - The HttpServletRequestroute - The Routepolicy - The
RateLimitProperties.PolicyCopyright © 2018 Pivotal Software, Inc.. All rights reserved.