| Interface | Description |
|---|---|
| DataType |
Represents a data type.
|
| Message |
Represents a message.
|
| MessageHistoryService |
Service to collect message history over an application.
|
| Notification |
Represents a component notification from an application.
|
| TypedValue |
Represents a typed value.
|
| Class | Description |
|---|---|
| ImmutableDataType |
Immutable implementation for
DataType. |
| ImmutableDataType.Builder |
Builder for creating
ImmutableDataType objects. |
| ImmutableMessage |
Immutable implementation for
Message. |
| ImmutableMessage.Builder |
Builder for creating
ImmutableMessage objects. |
| ImmutableNotification |
Immutable implementation of
Notification. |
| ImmutableNotification.Builder |
Builder for creating
ImmutableNotification objects. |
| ImmutableTypedValue |
Immutable implementation for
TypedValue. |
| ImmutableTypedValue.Builder |
Builder for creating
ImmutableTypedValue objects. |
| MessageHistory |
Represents the messsages that went through a Mule application.
|
| Enum | Description |
|---|---|
| NotificationAction |
Defines the type of notification,
NotificationAction.BEFORE or NotificationAction.AFTER a component is invoked. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.