public class SimpleRequestReplyReplier extends AbstractInterceptingMessageProcessor implements RequestReplyReplierMessageProcessor
ReactiveProcessor.ProcessingType| Modifier and Type | Field and Description |
|---|---|
protected Processor |
replyMessageProcessor |
flowConstruct, logger, muleContext, next| Constructor and Description |
|---|
SimpleRequestReplyReplier() |
| Modifier and Type | Method and Description |
|---|---|
Event |
process(Event event)
Invokes the MessageProcessor.
|
void |
setReplyProcessor(Processor replyMessageProcessor) |
applyNext, getListener, getMuleContext, isEventValid, processNext, setFlowConstruct, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, getLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenergetProcessingTypeprotected Processor replyMessageProcessor
public Event process(Event event) throws org.mule.runtime.api.exception.MuleException
Processorpublic void setReplyProcessor(Processor replyMessageProcessor)
setReplyProcessor in interface RequestReplyReplierMessageProcessorreplyMessageProcessor - the message processor that will be used to send the reply messageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.