インターフェースの使用
org.springframework.integration.util.CheckedCallable
CheckedCallable を使用するパッケージ
org.springframework.integration.support.locks 内の CheckedCallable 使用
型 CheckedCallable のパラメーターを持つ org.springframework.integration.support.locks のメソッド修飾子と型メソッド説明default <T,
E extends ThrowableSE>
TLockRegistry.executeLocked
(ObjectSE lockKey, DurationSE waitLockDuration, CheckedCallable<T, E> callable) キーのロックがロックされているときに、指定されたタスクを実行します。default <T,
E extends ThrowableSE>
TLockRegistry.executeLocked
(ObjectSE lockKey, CheckedCallable<T, E> callable) キーのロックがロックされているときに、指定されたタスクを実行します。