Uses of Interface
org.redisson.api.RFencedLockReactive
Packages that use RFencedLockReactive
-
Uses of RFencedLockReactive in org.redisson
Methods in org.redisson that return RFencedLockReactiveModifier and TypeMethodDescriptionRedissonReactive.getFencedLock(String name) RedissonReactive.getFencedLock(CommonOptions options) -
Uses of RFencedLockReactive in org.redisson.api
Methods in org.redisson.api that return RFencedLockReactiveModifier and TypeMethodDescriptionRedissonReactiveClient.getFencedLock(String name) Returns Fenced Lock by name.RedissonReactiveClient.getFencedLock(CommonOptions options) Returns Fenced Lock instance with specifiedoptions..