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