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