Uses of Class
io.github.devlibx.easy.lock.IDistributedLock.LockRequest
Packages that use IDistributedLock.LockRequest
-
Uses of IDistributedLock.LockRequest in io.github.devlibx.easy.lock
Methods in io.github.devlibx.easy.lock that return IDistributedLock.LockRequestModifier and TypeMethodDescriptionIDistributedLockIdResolver.createLockRequest(org.aopalliance.intercept.MethodInvocation invocation, Object[] arguments) IDistributedLockService.NoOpDistributedLockIdResolver.createLockRequest(org.aopalliance.intercept.MethodInvocation invocation, Object[] arguments) Methods in io.github.devlibx.easy.lock with parameters of type IDistributedLock.LockRequestModifier and TypeMethodDescriptionIDistributedLock.achieveLock(IDistributedLock.LockRequest request) Take a lockIDistributedLockService.NoOpDistributedLock.achieveLock(IDistributedLock.LockRequest request) voidIDistributedLock.releaseLock(Lock lock, IDistributedLock.LockRequest lockRequest) Release a lockvoidIDistributedLockService.NoOpDistributedLock.releaseLock(Lock lock, IDistributedLock.LockRequest lockRequest)