| Class | Description |
|---|---|
| AbstractExecutionContextAdapterDecorator<M extends org.mule.runtime.api.meta.model.ComponentModel> |
Base helper class to use when decorating
ExecutionContextAdapters. |
| 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 |
| ExecutionTypeMapper | |
| ExtensionComponent<T extends org.mule.runtime.api.meta.model.ComponentModel> |
Class that groups all the common behaviour between different extension's components, like
OperationMessageProcessor and
ExtensionMessageSource. |
| 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. |
| Exception | Description |
|---|---|
| ValueResolvingException |
Generic exception for when the resolution of a value fails
|
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.