| Package | Description |
|---|---|
| org.mule.api.execution | |
| org.mule.execution | |
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ExecutionTemplate.execute(ExecutionCallback<T> callback) |
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
ErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback) |
MuleEvent |
TransactionalErrorHandlingExecutionTemplate.execute(ExecutionCallback<MuleEvent> executionCallback) |
T |
TransactionalExecutionTemplate.execute(ExecutionCallback<T> executionCallback) |
T |
SuspendXaTransactionInterceptor.execute(ExecutionCallback<T> callback,
ExecutionContext executionContext) |
T |
IsolateCurrentTransactionInterceptor.execute(ExecutionCallback<T> muleEventProcessingCallback,
ExecutionContext executionContext) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
TransactedPollingMessageReceiver.MessageProcessorWorker |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.