See: Description
Interface | Description |
---|---|
Retryable |
リトライ可能な例外であることを示すインタフェース。
|
Class | Description |
---|---|
CountingRetryContext |
リトライ回数によりリトライ処理を制御するクラス。
本クラスは、指定された回数分、リトライを行う。
|
TimeRetryContext |
リトライ時間によりリトライ処理を制御するクラス。
本クラスは、指定された時間の間、リトライを行う。
|
Exception | Description |
---|---|
RetryableException |
RetryHandler によるリトライが可能な実行時例外。
|