Uses of Interface
org.springframework.integration.util.CheckedCallable
Package
Description
Provides classes related to locking resources.
-
Uses of CheckedCallable in org.springframework.integration.support.locks
Modifier 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.