private static class TimeoutRetryPolicy.TimeoutRetryContext extends RetryContextSupport
| Modifier and Type | Field and Description |
|---|---|
private long |
start |
private long |
timeout |
| Constructor and Description |
|---|
TimeoutRetryContext(RetryContext parent,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlive() |
getLastThrowable, getParent, getRetryCount, isExhaustedOnly, registerThrowable, setExhaustedOnly, toStringattributeNames, copyAttributesFrom, equals, getAttribute, hasAttribute, hashCode, removeAttribute, setAttributepublic TimeoutRetryContext(RetryContext parent, long timeout)