public class EndpointTransactionalInterceptingMessageProcessor extends AbstractInterceptingMessageProcessor
MessageProcessor with a transaction. If
the TransactionConfig is null then no transaction is used and the next
MessageProcessor is invoked directly.| Modifier and Type | Field and Description |
|---|---|
protected TransactionConfig |
transactionConfig |
logger, muleContext, next, notificationHandlerPROPERTY_NAME| Constructor and Description |
|---|
EndpointTransactionalInterceptingMessageProcessor(TransactionConfig transactionConfig) |
| Modifier and Type | Method and Description |
|---|---|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
addMessageProcessorPathElements, getListener, getMuleContext, isEventValid, processNext, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenerprotected TransactionConfig transactionConfig
public EndpointTransactionalInterceptingMessageProcessor(TransactionConfig transactionConfig)
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessorevent - MuleEvent to be processedMuleExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.