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