public interface RenewableLockRegistry extends LockRegistry
LockRegistry
implementing this interface supports the renewal
of the time to live of a lock.Modifier and Type | Method and Description |
---|---|
void |
renewLock(Object lockKey)
Renew the time to live of the lock is associated with the parameter object.
|
obtain
void renewLock(Object lockKey)
lockKey
- The object with which the lock is associated.