protected static class NoRetryPolicyTemplate.NoRetryPolicy extends Object implements RetryPolicy
| Modifier | Constructor and Description |
|---|---|
protected |
NoRetryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
PolicyStatus |
applyPolicy(Throwable cause)
Applies the retry policy by performing a blocking action.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyPolicypublic PolicyStatus applyPolicy(Throwable cause)
RetryPolicyapplyPolicy in interface RetryPolicycause - the failure which causes the retryPolicyStatusCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.