| Interface | Description |
|---|---|
| RetryCallback |
This is the main Retry SPI.
|
| RetryContext |
The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
|
| RetryNotifier |
This interface is a callback that allows actions to be performed after each retry attempt, such as firing notifications,
logging, etc.
|
| RetryPolicy |
A RetryPolicy takes some action each time an exception occurs and returns a
PolicyStatus which indicates whether the
policy is exhausted or should continue to retry. |
| RetryPolicyTemplate |
A RetryPolicyTemplate creates a new
RetryPolicy instance each time the retry goes into effect, thereby resetting any
state the policy may have (counters, etc.)
A RetryNotifier may be set in order to take action upon each retry attempt. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.