Uses of Class
org.springframework.cloud.gateway.filter.ratelimit.RateLimiter.Response
Packages that use RateLimiter.Response
-
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.ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RateLimiter.Response> reactor.core.publisher.Mono<RateLimiter.Response> reactor.core.publisher.Mono<RateLimiter.Response> This uses a basic token bucket algorithm and relies on the fact that Redis scripts execute atomically.