Uses of Interface
org.redisson.api.RCountDownLatchRx
-
Packages that use RCountDownLatchRx Package Description org.redisson org.redisson.api -
-
Uses of RCountDownLatchRx in org.redisson
Methods in org.redisson that return RCountDownLatchRx Modifier and Type Method Description RCountDownLatchRx
RedissonRx. getCountDownLatch(String name)
-
Uses of RCountDownLatchRx in org.redisson.api
Methods in org.redisson.api that return RCountDownLatchRx Modifier and Type Method Description RCountDownLatchRx
RedissonRxClient. getCountDownLatch(String name)
Returns CountDownLatch instance by name.
-