| Package | Description |
|---|---|
| org.mule.api.retry | |
| org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
| org.mule.retry | |
| org.mule.retry.async | |
| org.mule.retry.notifiers | |
| org.mule.retry.policies | |
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
RetryPolicyTemplate.execute(RetryCallback callback,
WorkManager workManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryCallback.doWork(RetryContext context) |
void |
RetryNotifier.onFailure(RetryContext context,
Throwable e)
Called each time a retry attempt fails.
|
void |
RetryNotifier.onSuccess(RetryContext context)
Called when a retry attempt finally suceeds.
|
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
Connectable.validateConnection(RetryContext retryContext)
Test whether the connector is able to connect to its resource(s).
|
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
Connectable.validateConnection(RetryContext retryContext)
Test whether the connector is able to connect to its resource(s).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRetryContext
The RetryContext is used to store any data which carries over from
attempt to attempt such as response messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FutureRetryContext
An implementation of
RetryContext to be used when a RetryPolicyTemplate is
executed in a separate thread via the AsynchronousRetryTemplate. |
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
AsynchronousRetryTemplate.execute(RetryCallback callback,
WorkManager workManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectNotifier.fireConnectNotification(int action,
String description,
RetryContext context) |
void |
ConnectNotifier.onFailure(RetryContext context,
Throwable e) |
void |
ConnectNotifier.onSuccess(RetryContext context) |
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
AbstractPolicyTemplate.execute(RetryCallback callback,
WorkManager workManager) |
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
AbstractTransportMessageHandler.validateConnection(RetryContext retryContext) |
RetryContext |
AbstractConnector.validateConnection(RetryContext retryContext)
Override this method to test whether the connector is able to connect to its
resource(s).
|
| Modifier and Type | Method and Description |
|---|---|
RetryContext |
AbstractTransportMessageHandler.validateConnection(RetryContext retryContext) |
RetryContext |
AbstractConnector.validateConnection(RetryContext retryContext)
Override this method to test whether the connector is able to connect to its
resource(s).
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.