Uses of Class
org.springframework.cloud.gateway.filter.ratelimit.RateLimiter.Response
-
Packages that use RateLimiter.Response Package Description org.springframework.cloud.gateway.filter.ratelimit -
-
Uses of RateLimiter.Response in org.springframework.cloud.gateway.filter.ratelimit
Methods in org.springframework.cloud.gateway.filter.ratelimit that return types with arguments of type RateLimiter.Response Modifier and Type Method Description reactor.core.publisher.Mono<RateLimiter.Response>RateLimiter. isAllowed(String routeId, String id)reactor.core.publisher.Mono<RateLimiter.Response>RedisRateLimiter. isAllowed(String routeId, String id)This uses a basic token bucket algorithm and relies on the fact that Redis scripts execute atomically.
-