@Published(tag="architect") public static interface RetryHandler.RetryContext
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getCurrentRetryCount()
現在のリトライ回数を取得する。
|
boolean |
isRetryable()
リトライ可能か否かをリトライ状態から判定する。
|
void |
prepareRetry()
リトライ前の準備を行う。
|
void |
reset()
リトライ状態をリセットする。
|