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 RCountDownLatchRxRedissonRx. getCountDownLatch(String name) -
Uses of RCountDownLatchRx in org.redisson.api
Methods in org.redisson.api that return RCountDownLatchRx Modifier and Type Method Description RCountDownLatchRxRedissonRxClient. getCountDownLatch(String name)Returns CountDownLatch instance by name.
-