com.mulesoft.adapter.module
Class DefaultRetryPolicy
java.lang.Object
org.mule.retry.policies.SimpleRetryPolicy
com.mulesoft.adapter.module.DefaultRetryPolicy
- All Implemented Interfaces:
- org.mule.api.retry.RetryPolicy
public class DefaultRetryPolicy
- extends org.mule.retry.policies.SimpleRetryPolicy
Extend SimpleRetryPolicy by logging retry attempts to IPILogger.
| Nested classes/interfaces inherited from class org.mule.retry.policies.SimpleRetryPolicy |
org.mule.retry.policies.SimpleRetryPolicy.RetryCounter |
| Fields inherited from class org.mule.retry.policies.SimpleRetryPolicy |
logger, retryCounter |
| Methods inherited from class org.mule.retry.policies.SimpleRetryPolicy |
applyPolicy, isExhausted |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRetryPolicy
public DefaultRetryPolicy(PIModule piModule,
IPILogger logger)
isApplicableTo
protected boolean isApplicableTo(Throwable cause)
- Overrides:
isApplicableTo in class org.mule.retry.policies.SimpleRetryPolicy
Copyright © 2012. All Rights Reserved.