public class SetEventProcessor extends MunitProcessor
Sets the payload
| Modifier and Type | Class and Description |
|---|---|
static class |
SetEventProcessor.InboundAttachment
Just a sub class to allow SDK declaration for ExtensionModel to have a custom alias for DSL
|
static class |
SetEventProcessor.InboundProperty
Just a sub class to allow SDK declaration for ExtensionModel to have a custom alias for DSL
|
static class |
SetEventProcessor.OutboundAttachment
Just a sub class to allow SDK declaration for ExtensionModel to have a custom alias for DSL
|
static class |
SetEventProcessor.OutboundProperty
Just a sub class to allow SDK declaration for ExtensionModel to have a custom alias for DSL
|
static class |
SetEventProcessor.SessionProperty
Just a sub class to allow SDK declaration for ExtensionModel to have a custom alias for DSL
|
expressionWrapper| Constructor and Description |
|---|
SetEventProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.core.api.event.CoreEvent |
doProcess(org.mule.runtime.core.api.event.CoreEvent incomingEvent)
The method that do the actual process
|
protected org.mule.runtime.api.metadata.TypedValue |
evaluate(org.mule.runtime.core.api.event.CoreEvent event,
Object possibleExpression) |
protected String |
getProcessor() |
void |
setAttributes(org.mule.munit.common.model.EventAttributes attributes) |
void |
setCloneOriginalEvent(Boolean cloneOriginalEvent) |
void |
setError(org.mule.munit.common.model.UntypedEventError error) |
void |
setInboundAttachments(List<SetEventProcessor.InboundAttachment> inboundAttachments) |
void |
setInboundProperties(List<SetEventProcessor.InboundProperty> inboundProperties) |
protected void |
setMuleContext(org.mule.runtime.core.privileged.PrivilegedMuleContext muleContext) |
void |
setOutboundAttachments(List<SetEventProcessor.OutboundAttachment> outboundAttachments) |
void |
setOutboundProperties(List<SetEventProcessor.OutboundProperty> outboundProperties) |
void |
setPayload(org.mule.munit.common.model.Payload payload) |
void |
setSessionProperties(List<SetEventProcessor.SessionProperty> sessionProperties) |
void |
setVariables(List<org.mule.munit.common.model.Variable> variables) |
initialise, process, setExtendedExpressionManagergetAnnotation, getAnnotations, getLocation, getRootContainerLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected String getProcessor()
getProcessor in class MunitProcessorprotected org.mule.runtime.core.api.event.CoreEvent doProcess(org.mule.runtime.core.api.event.CoreEvent incomingEvent)
MunitProcessordoProcess in class MunitProcessorincomingEvent - * The mule Eventprotected org.mule.runtime.api.metadata.TypedValue evaluate(org.mule.runtime.core.api.event.CoreEvent event,
Object possibleExpression)
public void setCloneOriginalEvent(Boolean cloneOriginalEvent)
public void setPayload(org.mule.munit.common.model.Payload payload)
public void setAttributes(org.mule.munit.common.model.EventAttributes attributes)
public void setVariables(List<org.mule.munit.common.model.Variable> variables)
public void setSessionProperties(List<SetEventProcessor.SessionProperty> sessionProperties)
public void setInboundProperties(List<SetEventProcessor.InboundProperty> inboundProperties)
public void setOutboundProperties(List<SetEventProcessor.OutboundProperty> outboundProperties)
public void setInboundAttachments(List<SetEventProcessor.InboundAttachment> inboundAttachments)
public void setOutboundAttachments(List<SetEventProcessor.OutboundAttachment> outboundAttachments)
public void setError(org.mule.munit.common.model.UntypedEventError error)
protected void setMuleContext(org.mule.runtime.core.privileged.PrivilegedMuleContext muleContext)
Copyright © 2020. All rights reserved.