M - the generic type of of the model which represents the component being executed@NoImplement
public 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 CoreEvent| Modifier and Type | Method and Description |
|---|---|
void |
changeEvent(CoreEvent updated)
Changes the
CoreEvent on which an operation is to be executed. |
CoreEvent |
getEvent()
Returns the
CoreEvent on which an operation is to be executed |
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.