Uses of Class
org.springframework.cloud.gateway.filter.ratelimit.RedisRateLimiter.Config
Packages that use RedisRateLimiter.Config
-
Uses of RedisRateLimiter.Config in org.springframework.cloud.gateway.filter.ratelimit
Methods in org.springframework.cloud.gateway.filter.ratelimit that return RedisRateLimiter.ConfigModifier and TypeMethodDescriptionRedisRateLimiter.Config.setBurstCapacity(int burstCapacity) RedisRateLimiter.Config.setReplenishRate(int replenishRate) RedisRateLimiter.Config.setRequestedTokens(int requestedTokens) Methods in org.springframework.cloud.gateway.filter.ratelimit with parameters of type RedisRateLimiter.ConfigModifier and TypeMethodDescriptionRedisRateLimiter.getHeaders(RedisRateLimiter.Config config, Long tokensLeft)