Interface RenewableLockRegistry
- All Superinterfaces:
- LockRegistry
- All Known Implementing Classes:
- JdbcLockRegistry
A 
LockRegistry implementing this interface supports the renewal
 of the time to live of a lock.- Since:
- 5.4
- Author:
- Alexandre Strubel, Artem Bilan
- 
Method SummaryMethods inherited from interface org.springframework.integration.support.locks.LockRegistryexecuteLocked, executeLocked, executeLocked, executeLocked, obtain
- 
Method Details- 
renewLockRenew the time to live of the lock is associated with the parameter object. The lock must be held by the current thread- Parameters:
- lockKey- The object with which the lock is associated.
 
 
-