Uses of Interface
org.redisson.api.RRateLimiterReactive
-
Packages that use RRateLimiterReactive Package Description org.redisson org.redisson.api -
-
Uses of RRateLimiterReactive in org.redisson
Methods in org.redisson that return RRateLimiterReactive Modifier and Type Method Description RRateLimiterReactive
RedissonReactive. getRateLimiter(String name)
-
Uses of RRateLimiterReactive in org.redisson.api
Methods in org.redisson.api that return RRateLimiterReactive Modifier and Type Method Description RRateLimiterReactive
RedissonReactiveClient. getRateLimiter(String name)
Returns rate limiter instance byname
-