Uses of Interface
org.springframework.cloud.gateway.filter.ratelimit.RateLimiter
-
-
Uses of RateLimiter in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config with parameters of type RateLimiter Modifier and Type Method Description RequestRateLimiterGatewayFilterFactoryGatewayAutoConfiguration. requestRateLimiterGatewayFilterFactory(RateLimiter rateLimiter, KeyResolver resolver) -
Uses of RateLimiter in org.springframework.cloud.gateway.filter.factory
Methods in org.springframework.cloud.gateway.filter.factory that return RateLimiter Modifier and Type Method Description RateLimiterRequestRateLimiterGatewayFilterFactory. getDefaultRateLimiter()RateLimiterRequestRateLimiterGatewayFilterFactory.Config. getRateLimiter()Methods in org.springframework.cloud.gateway.filter.factory with parameters of type RateLimiter Modifier and Type Method Description RequestRateLimiterGatewayFilterFactory.ConfigRequestRateLimiterGatewayFilterFactory.Config. setRateLimiter(RateLimiter rateLimiter)Constructors in org.springframework.cloud.gateway.filter.factory with parameters of type RateLimiter Constructor Description RequestRateLimiterGatewayFilterFactory(RateLimiter defaultRateLimiter, KeyResolver defaultKeyResolver) -
Uses of RateLimiter in org.springframework.cloud.gateway.filter.ratelimit
Classes in org.springframework.cloud.gateway.filter.ratelimit that implement RateLimiter Modifier and Type Class Description classAbstractRateLimiter<C>classRedisRateLimiterSee https://stripe.com/blog/rate-limiters and https://gist.github.com/ptarjan/e38f45f2dfe601419ca3af937fff574d#file-1-check_request_rate_limiter-rb-L11-L34. -
Uses of RateLimiter in org.springframework.cloud.gateway.route.builder
Methods in org.springframework.cloud.gateway.route.builder with type parameters of type RateLimiter Modifier and Type Method Description <C,R extends RateLimiter<C>>
GatewayFilterSpec.RequestRateLimiterSpecGatewayFilterSpec.RequestRateLimiterSpec. rateLimiter(Class<R> rateLimiterType, Consumer<C> configConsumer)
-