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
Subclasses with type arguments of type RedisRateLimiter.Config in org.springframework.cloud.gateway.filter.ratelimitModifier and TypeClassDescriptionclassSee https://stripe.com/blog/rate-limiters and https://gist.github.com/ptarjan/e38f45f2dfe601419ca3af937fff574d#file-1-check_request_rate_limiter-rb-L11-L34.Methods in org.springframework.cloud.gateway.filter.ratelimit that return RedisRateLimiter.ConfigModifier and TypeMethodDescriptionRedisRateLimiter.Config.setBurstCapacity(long 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)