private class CompositeRetryPolicy.CompositeRetryContext extends RetryContextSupport
| Modifier and Type | Field and Description |
|---|---|
(package private) RetryContext[] |
contexts |
(package private) RetryPolicy[] |
policies |
| Constructor and Description |
|---|
CompositeRetryContext(RetryContext parent,
java.util.List<RetryContext> contexts) |
getLastThrowable, getParent, getRetryCount, isExhaustedOnly, registerThrowable, setExhaustedOnly, toStringattributeNames, copyAttributesFrom, equals, getAttribute, hasAttribute, hashCode, removeAttribute, setAttributeRetryContext[] contexts
RetryPolicy[] policies
public CompositeRetryContext(RetryContext parent, java.util.List<RetryContext> contexts)