| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeComponentModel
A specialization of the
ComponentModel that represents an extension made component in their runtime
specialization, like RuntimeOperationModel and RuntimeSourceModel, which adds
behavioural components that are relevant to the extension's functioning when in runtime. |
interface |
RuntimeExtensionModel
A specialization of the
ExtensionModel interface which adds
behavioural components that are relevant to the extension's functioning
when in runtime. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRuntimeExtensionModel
Runtime Immutable implementation of
ExtensionModel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeOperationModel
A specialization of the
OperationModel interface which adds
behavioural components that are relevant to the extension's functioning
when in runtime. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRuntimeOperationModel
Runtime Immutable implementation of
OperationModel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeSourceModel
A specialization of the
SourceModel interface which adds
behavioural components that are relevant to the extension's functioning
when in runtime. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRuntimeSourceModel
Runtime Immutable implementation of
SourceModel |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.