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.
|
org.mule.transport.ftp | |
org.mule.transport.jdbc |
Provides jdbc transport.
|
org.mule.transport.tcp |
Provides tcp connectivity for Mule.
|
org.mule.transport.udp |
Provides Udp connectivity for Mule.
|
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).
|
Modifier and Type | Method and Description |
---|---|
RetryContext |
FtpMessageDispatcher.validateConnection(RetryContext retryContext) |
RetryContext |
FtpMessageReceiver.validateConnection(RetryContext retryContext) |
Modifier and Type | Method and Description |
---|---|
RetryContext |
FtpMessageDispatcher.validateConnection(RetryContext retryContext) |
RetryContext |
FtpMessageReceiver.validateConnection(RetryContext retryContext) |
Modifier and Type | Method and Description |
---|---|
RetryContext |
JdbcConnector.validateConnection(RetryContext retryContext)
Verify that we are able to connect to the DataSource (needed for retry policies)
|
Modifier and Type | Method and Description |
---|---|
RetryContext |
JdbcConnector.validateConnection(RetryContext retryContext)
Verify that we are able to connect to the DataSource (needed for retry policies)
|
Modifier and Type | Method and Description |
---|---|
RetryContext |
TcpMessageDispatcher.validateConnection(RetryContext retryContext) |
RetryContext |
TcpMessageRequester.validateConnection(RetryContext retryContext) |
RetryContext |
LocalSocketTcpMessageDispatcher.validateConnection(RetryContext retryContext) |
Modifier and Type | Method and Description |
---|---|
RetryContext |
TcpMessageDispatcher.validateConnection(RetryContext retryContext) |
RetryContext |
TcpMessageRequester.validateConnection(RetryContext retryContext) |
RetryContext |
LocalSocketTcpMessageDispatcher.validateConnection(RetryContext retryContext) |
Modifier and Type | Method and Description |
---|---|
RetryContext |
UdpMessageDispatcher.validateConnection(RetryContext retryContext) |
RetryContext |
UdpMessageRequester.validateConnection(RetryContext retryContext) |
Modifier and Type | Method and Description |
---|---|
RetryContext |
UdpMessageDispatcher.validateConnection(RetryContext retryContext) |
RetryContext |
UdpMessageRequester.validateConnection(RetryContext retryContext) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.