Uses of Class
org.redisson.api.RateLimiterConfig
-
Packages that use RateLimiterConfig Package Description org.redisson org.redisson.api -
-
Uses of RateLimiterConfig in org.redisson
Methods in org.redisson that return RateLimiterConfig Modifier and Type Method Description RateLimiterConfig
RedissonRateLimiter. getConfig()
Methods in org.redisson that return types with arguments of type RateLimiterConfig Modifier and Type Method Description RFuture<RateLimiterConfig>
RedissonRateLimiter. getConfigAsync()
-
Uses of RateLimiterConfig in org.redisson.api
Methods in org.redisson.api that return RateLimiterConfig Modifier and Type Method Description RateLimiterConfig
RRateLimiter. getConfig()
Returns current configuration of this RateLimiter object.Methods in org.redisson.api that return types with arguments of type RateLimiterConfig Modifier and Type Method Description RFuture<RateLimiterConfig>
RRateLimiterAsync. getConfigAsync()
Returns current configuration of this RateLimiter object.
-