public interface RequestReplyReplierMessageProcessor extends InterceptingMessageProcessor
Processes a Event's by invoking the next Processor and then rather than returning the result to this processors
MessageSource sending it via a seperate reply Processor,
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
ReactiveProcessor.ProcessingType| Modifier and Type | Method and Description |
|---|---|
void |
setReplyProcessor(Processor replyMessageProcessor) |
setListenergetProcessingTypevoid setReplyProcessor(Processor replyMessageProcessor)
replyMessageProcessor - the message processor that will be used to send the reply messageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.