public interface ReplyToHandler
ReplyToHandler
is used to handle routing where a replyTo endpointUri is
set on the messageModifier 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
MuleException
void processExceptionReplyTo(MessagingException exception, Object replyTo)
exception
- the exception thrown by processingreplyTo
- name of the channel that exception message should be sent if relevantCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.