Uses of Interface
org.redisson.api.RRateLimiterReactive
Packages that use RRateLimiterReactive
-
Uses of RRateLimiterReactive in org.redisson
Methods in org.redisson that return RRateLimiterReactiveModifier and TypeMethodDescriptionRedissonReactive.getRateLimiter(String name) RedissonReactive.getRateLimiter(CommonOptions options) -
Uses of RRateLimiterReactive in org.redisson.api
Methods in org.redisson.api that return RRateLimiterReactiveModifier and TypeMethodDescriptionRedissonReactiveClient.getRateLimiter(String name) Returns rate limiter instance bynameRedissonReactiveClient.getRateLimiter(CommonOptions options) Returns rate limiter instance with specifiedoptions.