| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectableComponentModel
A definition of an executable
ComponentModel in an ExtensionModel. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstructModel
An specialization of a
ComponentModel that is not executable as an standalone component and depends
on the composition with ConnectableComponentModels in order to act in an application. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OperationModel
A definition of an operation in a
ExtensionModel. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceModel
A definition of a message source in an
ExtensionModel. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetadataProvider<T extends ComponentModel>
This interface allows a Component that processes a
Message to expose its metadata descriptor, containing all the
MetadataType information associated to the Component's input and output elements |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentMetadataDescriptor<T extends ComponentModel>
Immutable concrete implementation of
ComponentMetadataDescriptor |
static class |
ComponentMetadataDescriptor.ComponentMetadataDescriptorBuilder<T extends ComponentModel>
Implementation of the builder design pattern to create instances of
ComponentMetadataDescriptor |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ComponentModel> |
ComponentMetadataDescriptor.builder(T model) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.