Uses of Interface
org.redisson.api.RLiveObject
-
Packages that use RLiveObject Package Description org.redisson org.redisson.api -
-
Uses of RLiveObject in org.redisson
Methods in org.redisson that return RLiveObject Modifier and Type Method Description <T> RLiveObject
RedissonLiveObjectService. asLiveObject(T instance)
-
Uses of RLiveObject in org.redisson.api
Methods in org.redisson.api that return RLiveObject Modifier and Type Method Description <T> RLiveObject
RLiveObjectService. asLiveObject(T instance)
To cast the instance to RLiveObject instance.
-