Uses of Interface
org.redisson.api.RIdGeneratorRx
-
Packages that use RIdGeneratorRx Package Description org.redisson org.redisson.api -
-
Uses of RIdGeneratorRx in org.redisson
Methods in org.redisson that return RIdGeneratorRx Modifier and Type Method Description RIdGeneratorRxRedissonRx. getIdGenerator(String name) -
Uses of RIdGeneratorRx in org.redisson.api
Methods in org.redisson.api that return RIdGeneratorRx Modifier and Type Method Description RIdGeneratorRxRedissonRxClient. getIdGenerator(String name)Returns id generator by name.
-