| 接口 | 说明 |
|---|---|
| Attempt |
An attempt of a call, with information about whether an exception is occurred, etc.
|
| AttemptMaker<V> |
An user defined code which will be executed as the polling body.
|
| ExceptionWaitHandler<T extends Throwable> |
An handler to compute next waiting time based on caught exception.
|
| StopStrategy | |
| WaitStrategy |
| 类 | 说明 |
|---|---|
| AttemptResult<V> |
Result of a single attempt.
|
| AttemptResults |
Factory class for instances of
AttemptResult. |
| DefaultAttempt |
Default implementation of
Attempt. |
| DefaultPoller<V> |
Default implementation of
Poller. |
| StopStrategies |
Factory class for
StopStrategy instances. |
| WaitStrategies |
Factory class for instances of
WaitStrategy. |
| 枚举 | 说明 |
|---|---|
| AttemptState |
An user instruction to determine if next polling will be invoked.
|
Copyright © 2019. All rights reserved.