| 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 | Method and Description |
|---|---|
RetryContext |
RetryPolicyTemplate.execute(RetryCallback callback,
Executor workManager)
Applies the retry policy by performing a blocking action.
|
| 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 | 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,
Executor 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,
Executor workManager) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.