public interface ReplyToHandler
ReplyToHandler is used to handle routing where a replyTo endpointUri is
set on the message| Modifier and Type | Method and Description |
|---|---|
void |
processExceptionReplyTo(MessagingException exception,
Object replyTo)
Processes replyTo in the case an exception occurred.
|
void |
processReplyTo(MuleEvent event,
MuleMessage returnMessage,
Object replyTo) |
void processReplyTo(MuleEvent event, MuleMessage returnMessage, Object replyTo) throws MuleException
MuleExceptionvoid processExceptionReplyTo(MessagingException exception, Object replyTo)
exception - the exception thrown by processingreplyTo - name of the channel that exception message should be sent if relevantCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.