public class IsolateCurrentTransactionInterceptor<T> extends Object
Constructor and Description |
---|
IsolateCurrentTransactionInterceptor(org.mule.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.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 contextException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.