| Package | Description |
|---|---|
| org.mule.runtime.api.notification |
| Class and 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 |
| 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 |
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 |
| Notification
Contains information about an event that happenned in the Mule Server.
|
| Notification.Action
Indicates the kind of action that causes a
Notification to be fired. |
| NotificationListener
Observer interface that objects can implement and register themselves with the Mule Server to receive notifications when a
Notification is fired. |
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 |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.