public interface RequestReplyReplierMessageProcessor extends InterceptingMessageProcessor
Processes a MuleEvent
's by invoking the next MessageProcessor
and
then rather than returning the result to this processors MessageSource
sending it via a seperate reply MessageProcessor
,
Some implementations may not use the replyTo messageProcessor but rather use a message property to determine what should be used for processing the async reply
Modifier and Type | Method and Description |
---|---|
void |
setReplyProcessor(MessageProcessor replyMessageProcessor) |
process
setListener
void setReplyProcessor(MessageProcessor replyMessageProcessor)
replyMessageProcessor
- the message processor that will be used to send
the reply messageCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.