Uses of Class
org.springframework.cloud.gateway.filter.ratelimit.RedisRateLimiter.Config
-
Packages that use RedisRateLimiter.Config Package Description org.springframework.cloud.gateway.filter.ratelimit -
-
Uses of RedisRateLimiter.Config in org.springframework.cloud.gateway.filter.ratelimit
Methods in org.springframework.cloud.gateway.filter.ratelimit that return RedisRateLimiter.Config Modifier and Type Method Description RedisRateLimiter.ConfigRedisRateLimiter.Config. setBurstCapacity(int burstCapacity)RedisRateLimiter.ConfigRedisRateLimiter.Config. setReplenishRate(int replenishRate)RedisRateLimiter.ConfigRedisRateLimiter.Config. setRequestedTokens(int requestedTokens)Methods in org.springframework.cloud.gateway.filter.ratelimit with parameters of type RedisRateLimiter.Config Modifier and Type Method Description Map<String,String>RedisRateLimiter. getHeaders(RedisRateLimiter.Config config, Long tokensLeft)
-