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 RRateLimiterReactiveRedissonReactive. getRateLimiter(String name) -
Uses of RRateLimiterReactive in org.redisson.api
Methods in org.redisson.api that return RRateLimiterReactive Modifier and Type Method Description RRateLimiterReactiveRedissonReactiveClient. getRateLimiter(String name)Returns rate limiter instance byname
-