@Published(tag="architect") public static interface RetryHandler.RetryContext
Modifier and Type | Method and Description |
---|---|
int |
getCurrentRetryCount()
現在のリトライ回数を取得する。
|
boolean |
isRetryable()
リトライ可能か否かをリトライ状態から判定する。
|
void |
prepareRetry()
リトライ前の準備を行う。
|
void |
reset()
リトライ状態をリセットする。
|