| Modifier and Type | Interface and Description |
|---|---|
interface |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecutionContextAdapterDecorator<M extends org.mule.runtime.api.meta.model.ComponentModel>
Base helper class to use when decorating
ExecutionContextAdapters. |
class |
DefaultExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel>
Default implementation of
ExecutionContextAdapter which adds additional information which is relevant to this
implementation of the extensions-api, even though it's not part of the API itself |
class |
LazyExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel>
A lazy version of a
ExecutionContext which resolves the values of the parameters of the operation on demand. |
| Modifier and Type | Method and Description |
|---|---|
T |
ParameterGroupObjectBuilder.build(EventedExecutionContext executionContext) |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.