インタフェース | 説明 |
---|---|
Retryable |
リトライ可能な例外であることを示すインタフェース。
|
クラス | 説明 |
---|---|
CountingRetryContext |
リトライ回数によりリトライ処理を制御するクラス。
|
CountingRetryContextFactory |
CountingRetryContext を生成するクラス。 |
RetryContextFactorySupport |
RetryHandler.RetryContextFactory の実装をサポートするクラス。 |
RetryContextSupport |
RetryHandler.RetryContext の実装をサポートするクラス。 |
RetryUtil |
リトライ処理に使用するユーティリティクラス。
|
TimeRetryContext |
リトライ時間によりリトライ処理を制御するクラス。
|
TimeRetryContextFactory |
TimeRetryContext を生成するクラス。 |
例外 | 説明 |
---|---|
RetryableException |
RetryHandler によるリトライが可能な実行時例外。
|