public final class AndRetryCondition extends Object implements RetryCondition
| Modifier and Type | Method and Description |
|---|---|
static AndRetryCondition |
create(RetryCondition... conditions) |
void |
requestWillNotBeRetried(RetryPolicyContext context) |
boolean |
shouldRetry(RetryPolicyContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultRetryCondition, none, requestSucceededpublic static AndRetryCondition create(RetryCondition... conditions)
public boolean shouldRetry(RetryPolicyContext context)
shouldRetry in interface RetryConditionpublic void requestWillNotBeRetried(RetryPolicyContext context)
requestWillNotBeRetried in interface RetryConditionCopyright © 2022. All rights reserved.