| Class | Description |
|---|---|
| AbstractPolicyTemplate |
Base class for RetryPolicyTemplate implementations.
|
| NoRetryPolicyTemplate |
This policy is basically a placeholder.
|
| NoRetryPolicyTemplate.NoRetryPolicy | |
| RetryForeverPolicyTemplate |
This policy is the same as
SimpleRetryPolicyTemplate but will retry an infinite amount of times. |
| SimpleRetryPolicy |
Allows to configure how many times a retry should be attempted and how long to wait between retries.
|
| SimpleRetryPolicy.RetryCounter | |
| SimpleRetryPolicyTemplate |
This policy allows the user to configure how many times a retry should be attempted and how long to wait between retries.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.