public class IsolateCurrentTransactionInterceptor<T> extends Object
| Constructor and Description |
|---|
IsolateCurrentTransactionInterceptor(org.mule.runtime.core.execution.ExecutionInterceptor<T> nextProcessingInterceptor,
TransactionConfig transactionConfig) |
| Modifier and Type | Method and Description |
|---|---|
T |
execute(ExecutionCallback<T> muleEventProcessingCallback,
ExecutionContext executionContext)
Executes the callback
|
public IsolateCurrentTransactionInterceptor(org.mule.runtime.core.execution.ExecutionInterceptor<T> nextProcessingInterceptor, TransactionConfig transactionConfig)
public T execute(ExecutionCallback<T> muleEventProcessingCallback, ExecutionContext executionContext) throws Exception
muleEventProcessingCallback - callback to executeexecutionContext - information about the current execution contextExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.