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