Uses of Interface
org.springframework.integration.util.CheckedCallable
Packages that use CheckedCallable
Package
Description
Provides classes releated to storing messages.
Provides classes related to locking resources.
-
Uses of CheckedCallable in org.springframework.integration.store
Methods in org.springframework.integration.store with parameters of type CheckedCallableModifier and TypeMethodDescriptionprotected <T,
E extends RuntimeException>
TAbstractMessageGroupStore.executeLocked
(Object groupId, CheckedCallable<T, E> runnable) -
Uses of CheckedCallable in org.springframework.integration.support.locks
Methods 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.