See: Description
Interface | Description |
---|---|
Retryable |
リトライ可能な例外であることを示すインタフェース。
|
Class | Description |
---|---|
CountingRetryContext |
リトライ回数によりリトライ処理を制御するクラス。
本クラスは、指定された回数分、リトライを行う。
|
CountingRetryContextFactory |
CountingRetryContext を生成するクラス。 |
RetryContextFactorySupport |
RetryHandler.RetryContextFactory の実装をサポートするクラス。 |
RetryContextSupport |
RetryHandler.RetryContext の実装をサポートするクラス。 |
RetryUtil |
リトライ処理に使用するユーティリティクラス。
|
TimeRetryContext |
リトライ時間によりリトライ処理を制御するクラス。
本クラスは、指定された時間の間、リトライを行う。
|
TimeRetryContextFactory |
TimeRetryContext を生成するクラス。 |
Exception | Description |
---|---|
RetryableException |
RetryHandler によるリトライが可能な実行時例外。
|