インターフェースの使用
org.springframework.integration.util.CheckedCallable
CheckedCallable を使用するパッケージ
パッケージ
説明
メッセージの保存に関連するクラスを提供します。
リソースのロックに関連するクラスを提供します。
org.springframework.integration.store 内の CheckedCallable 使用
型 CheckedCallable のパラメーターを持つ org.springframework.integration.store のメソッド修飾子と型メソッド説明protected <T, E extends RuntimeExceptionSE>
TAbstractMessageGroupStore.executeLocked
(ObjectSE groupId, CheckedCallable<T, E> runnable) 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) キーのロックがロックされているときに、指定されたタスクを実行します。