Uses of Interface
org.redisson.api.RLiveObjectService
-
Packages that use RLiveObjectService Package Description org.redisson org.redisson.api -
-
Uses of RLiveObjectService in org.redisson
Classes in org.redisson that implement RLiveObjectService Modifier and Type Class Description class
RedissonLiveObjectService
Methods in org.redisson that return RLiveObjectService Modifier and Type Method Description RLiveObjectService
Redisson. getLiveObjectService()
-
Uses of RLiveObjectService in org.redisson.api
Methods in org.redisson.api that return RLiveObjectService Modifier and Type Method Description RLiveObjectService
RedissonClient. getLiveObjectService()
Returns RedissonAttachedLiveObjectService which can be used to retrieve live REntity(s)
-