@Published(tag="architect") public class CountingRetryContext extends RetryContextSupport
修飾子 | コンストラクタと説明 |
---|---|
protected |
CountingRetryContext(int retryCount,
long maxRetryTime,
long retryIntervals)
コンストラクタ。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
onIsRetryable()
リトライ可能か否かをリトライ状態から判定する。
|
assertMaxRetryTime, getCurrentRetryCount, isRetryable, prepareRetry, reset
protected CountingRetryContext(int retryCount, long maxRetryTime, long retryIntervals)
retryCount
- リトライ回数maxRetryTime
- 最長リトライ時間(単位:msec)retryIntervals
- リトライ間隔(単位:msec)protected boolean onIsRetryable()
onIsRetryable
クラス内 RetryContextSupport