public abstract class AbstractDynamicMessageProcessor extends org.mule.runtime.api.meta.AbstractAnnotatedObject implements Processor
ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
AbstractDynamicMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Event |
process(Event event)
Invokes the MessageProcessor.
|
protected abstract Processor |
resolveMessageProcessor(Event event)
Determines which MessageProcessor should be used.
|
String |
toString() |
getAnnotation, getAnnotations, getLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingTypepublic Event process(Event event) throws org.mule.runtime.api.exception.MuleException
Processorprotected abstract Processor resolveMessageProcessor(Event event) throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.