Class IDistributedLockService.ExistingLockWithNoOp

java.lang.Object
io.github.devlibx.easy.lock.IDistributedLockService.NoOpLock
io.github.devlibx.easy.lock.IDistributedLockService.ExistingLockWithNoOp
All Implemented Interfaces:
Lock
Enclosing interface:
IDistributedLockService

public static class IDistributedLockService.ExistingLockWithNoOp extends IDistributedLockService.NoOpLock
A no-op implementation which holds existing lock
  • Constructor Details

    • ExistingLockWithNoOp

      public ExistingLockWithNoOp(Lock existingLock)