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