| Interface | Description |
|---|---|
| AsyncMessageNotificationListener<T extends AsyncMessageNotification> | |
| ClusterNodeNotificationListener |
Defines a listener for
ClusterNodeNotification |
| ConnectionNotificationListener<T extends ConnectionNotification> |
ConnectionNotificationListener is an observer interface that objects can implement and then register themselves
with the Mule manager to be notified when a Connection event occurs. |
| ConnectorMessageNotificationListener<T extends ConnectorMessageNotification> |
Observer interface to receive notifications about messages being sent and received from connectors
|
| CustomNotificationListener<T extends CustomNotification> |
CustomNotificationListener is an observer interface that can be used to listen for Custom notifications using
MuleContext.fireCustomEvent(..). |
| ErrorHandlerNotificationListener<T extends ErrorHandlerNotification> | |
| ExceptionNotificationListener |
ExceptionNotificationListener is an observer interface that objects can implement and then register themselves
with the Mule manager to be notified when a Exception event occurs. |
| ExtensionNotification |
Notification fired by extensions, including custom data.
|
| ExtensionNotificationListener |
ExtensionNotificationListener is an observer interface that objects can implement and then register themselves
with the Mule manager to be notified when an Extension event occurs. |
| FlowConstructNotificationListener<T extends FlowConstructNotification> | |
| ManagementNotificationListener<T extends ManagementNotification> |
ManagementNotificationListener is an observer interface that objects can use to receive notifications about the
state of the Mule instance and its resources |
| MessageProcessorNotificationListener<T extends MessageProcessorNotification> | |
| Notification |
Contains information about an event that happened in the Mule Server.
|
| Notification.Action |
Indicates the kind of action that causes a
Notification to be fired. |
| NotificationDispatcher |
Allows the Mule container, extensions and applications to fire
notifications. |
| NotificationListener<T extends Notification> |
Observer interface that objects can implement and register themselves with the Mule Server to receive notifications when a
Notification is fired. |
| NotificationListenerRegistry |
Allows to register/unregister
NotificationListeners for Notifications fired by the Mule container, extensions
and applications. |
| PipelineMessageNotificationListener<T extends PipelineMessageNotification> | |
| PolicyNotificationListener<T extends PolicyNotification> |
Observer interface to receive notifications about messages being processed by policies
|
| RoutingNotificationListener<T extends RoutingNotification> |
RoutingNotificationListener is an observer interface that objects can use to receive notifications about routing
events such as async-reply misses. |
| SecurityNotificationListener<T extends SecurityNotification> |
MuleContextNotificationListener is an observer interface that objects can implement to receive notifications about
secure access requests. |
| TransactionNotificationListener<T extends TransactionNotification> |
TransactionNotificationListener is an observer interface that objects can implement and then register themselves
with the Mule manager to be notified when a Transaction event occurs. |
| Class | Description |
|---|---|
| AbstractServerNotification |
AbstractServerNotification is an event triggered by something happening in the Server itself such as the server
starting or a service being registered. |
| AsyncMessageNotification |
AsyncMessageNotification when async work is scheduled and completed for a given flow |
| ClusterNodeNotification |
Notifies when there are a cluster node event
|
| ConnectionNotification |
Is fired by a connector when a connection is made or disconnected.
|
| ConnectorMessageNotification |
Used to notify that a message was received or sent through a Connector
|
| CustomNotification |
CustomNotification Custom notifications can be used by components and other objects such as routers, transformers,
agents, etc to communicate a change of state to each other. |
| EnrichedNotificationInfo |
This class contains information about an event/exception, to be used in notifications without directly exposing it.
|
| EnrichedServerNotification |
This notification type includes information about the event, exception and flow where it occurred.
|
| ErrorHandlerNotification | |
| ExceptionNotification |
This class is from Mule 2.2.5.
|
| FlowConstructNotification |
FlowConstructNotification is fired when an event such as the flow construct starting occurs. |
| IntegerAction |
Adapter of Mule 3 notification actions, modeled as integers, to the new Mule 4 mechanism.
|
| ManagementNotification |
ManagementNotification is fired when monitored resources such as internal queues reach capacity |
| MessageProcessorNotification | |
| PipelineMessageNotification |
PipelineMessageNotification is fired at key steps in the processing of Pipeline |
| PolicyNotification |
Used to notify that a message was processed by a policy
|
| RoutingNotification |
Is fired by routers.
|
| SecurityNotification |
SecurityNotification is fired when a request for authorisation failed. |
| TransactionNotification |
| Enum | Description |
|---|---|
| NotificationType |
Type of notification to fire.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.