Uses of Interface
org.springframework.integration.util.CheckedCallable
Packages that use CheckedCallable
Package
Description
Provides classes related to locking resources.
- 
Uses of CheckedCallable in org.springframework.integration.support.locksMethods in org.springframework.integration.support.locks with parameters of type CheckedCallableModifier and TypeMethodDescriptiondefault <T,E extends Throwable> 
 TLockRegistry.executeLocked(Object lockKey, Duration waitLockDuration, CheckedCallable<T, E> callable) Perform the provided task when the lock for the key is locked.default <T,E extends Throwable> 
 TLockRegistry.executeLocked(Object lockKey, CheckedCallable<T, E> callable) Perform the provided task when the lock for the key is locked.