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