パッケージ io.digdag.util
インタフェース RetryExecutor.GiveupAction
-
- 含まれているクラス:
- RetryExecutor
public static interface RetryExecutor.GiveupAction
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidonGiveup(java.lang.Exception firstException, java.lang.Exception lastException)
-
-
-
メソッドの詳細
-
onGiveup
void onGiveup(java.lang.Exception firstException, java.lang.Exception lastException) throws RetryExecutor.RetryGiveupException
-
-