public interface RequestReplyRequesterMessageProcessor
MuleEvent
by invoking the next MessageProcessor
but
receiving the reply, which is turn is returned from this MessageProcessor from a
seperate MessageSource
rather than using the return value of the
next
MessageProcessor invocation. Because two seperate channels are
used, most implementations will want to implement the concept of a timeout which
defines how long a reply should be waited for.Modifier and Type | Method and Description |
---|---|
void |
setReplySource(MessageSource replyMessageSource) |
void setReplySource(MessageSource replyMessageSource)
replyMessageSource
- the message source that will be used to receive the reply messageCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.