M - the generic type of of the model which represents the component being executedpublic interface EventedExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel>
extends org.mule.runtime.extension.api.runtime.operation.ExecutionContext<M>
ExecutionContext which contains an InternalEvent| Modifier and Type | Method and Description |
|---|---|
void |
changeEvent(InternalEvent updated)
Changes the
InternalEvent on which an operation is to be executed. |
InternalEvent |
getEvent()
Returns the
InternalEvent on which an operation is to be executed |
InternalEvent getEvent()
InternalEvent on which an operation is to be executedvoid changeEvent(InternalEvent updated)
InternalEvent on which an operation is to be executed. Not null.updated - the event to useCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.