| Interface | Description |
|---|---|
| ChildContextChain |
Extension of @{link Chain} that adds the feature to execute the chain with a child context
(
DefaultEventContext.child(org.mule.runtime.core.privileged.event.BaseEventContext, java.util.Optional<org.mule.runtime.api.component.location.ComponentLocation>)) |
| EventedExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel> |
A specialization of
ExecutionContext which contains an CoreEvent |
| ExecutionContextAdapter<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Adapter interface which expands the contract of
ExecutionContext which functionality that is internal to this
implementation of the extensions API and shouldn't be accessible for the extensions themselves. |
| Class | Description |
|---|---|
| EventedResult<T,A> |
An operation execution
Result that is created based on the resulting CoreEvent of that execution. |
| EventedSdkResult<T,A> |
A
Result that is created based on the resulting CoreEvent of that execution. |
| ExecutionContextProperties |
Constants used for information related to
ExecutionContext |
| StreamingHelperFactory |
A factory which provides instances of
StreamingHelper |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.