public static class RetryPolicies.NoRetry extends Object implements RetryPolicy
RetryPolicy.Action, RetryPolicy.EventNO_RETRY_ACTION, RETRY_WITHOUT_SLEEP_ACTION| Modifier and Type | Method and Description |
|---|---|
RetryPolicy.Action |
handleAttemptFailure(RetryPolicy.Event event)
Determines whether it is supposed to retry after the operation has failed.
|
String |
toString() |
public RetryPolicy.Action handleAttemptFailure(RetryPolicy.Event event)
RetryPolicyhandleAttemptFailure in interface RetryPolicyevent - The failed event.Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.