public abstract class SimpleMessageProcessor extends org.mule.runtime.api.meta.AbstractAnnotatedObject implements Processor, MuleContextAware, org.mule.runtime.api.lifecycle.Initialisable
Processors that change the event or message. Implementations will return a new instance of the event
with the updated data, since the Event and Message objects are immutable.ReactiveProcessor.ProcessingType| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
muleContext |
| Constructor and Description |
|---|
SimpleMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMuleContext(MuleContext context) |
getAnnotation, getAnnotations, getLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypeprotected MuleContext muleContext
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarecontext - the Mule node.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.