| Class | Description |
|---|---|
| DefaultRetryContext |
The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
|
| PolicyStatus |
Indicates the current state of a RetryPolicy
ok: The policy is active
exhausted: The policy has run through the actions for the policy
For example, a RetryPolicy may have a RetryCount - how many times the policy can be invoked.
|
| Exception | Description |
|---|---|
| RetryPolicyExhaustedException |
This exception is thrown when a Retry policy has made all the retry attempts it wants to make and is still failing.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.