public abstract class AbstractReplyToPropertyRequestReplyReplier extends AbstractInterceptingMessageProcessor implements RequestReplyReplierMessageProcessor, InternalMessageProcessor
ReactiveProcessor.ProcessingTypeflowConstruct, logger, muleContext, next| Constructor and Description |
|---|
AbstractReplyToPropertyRequestReplyReplier() |
| Modifier and Type | Method and Description |
|---|---|
Event |
process(Event event)
Invokes the MessageProcessor.
|
protected Event |
processReplyTo(Event event,
Event result,
ReplyToHandler replyToHandler,
Object replyTo) |
void |
setReplyProcessor(Processor replyMessageProcessor) |
protected abstract boolean |
shouldProcessEvent(Event event) |
applyNext, getListener, getMuleContext, isEventValid, processNext, setFlowConstruct, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, getLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenergetProcessingTypepublic AbstractReplyToPropertyRequestReplyReplier()
public Event process(Event event) throws org.mule.runtime.api.exception.MuleException
Processorprotected abstract boolean shouldProcessEvent(Event event)
protected Event processReplyTo(Event event, Event result, ReplyToHandler replyToHandler, Object replyTo) throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic 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.