| Interface | Description |
|---|---|
| NotifierCallback |
Callback to actually perform the call to a
ServerNotificationListener. |
| Class | Description |
|---|---|
| AsyncMessageNotification |
AsyncMessageNotification when async work is scheduled and completed for a given flow |
| ClusterNodeNotification |
Notifies when there are a cluster node event
|
| ComponentMessageNotification |
These notifications are fired when before and after a service component is invoked.
|
| 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. |
| DefaultFlowCallStack |
Keeps context information about the executing flows and its callers in order to provide augmented troubleshooting information
for an application developer.
|
| DefaultProcessorsTrace |
Keeps context information about the message processors that were executed as part of the processing of an event.
|
| ErrorHandlerNotification | |
| ExceptionNotification |
This class is from Mule 2.2.5.
|
| FlowConstructNotification |
FlowConstructNotification is fired when an event such as the flow construct starting occurs. |
| FlowNotificationTextDebugger |
Listener for PipelineMessageNotification that delegates notifications to NotificationTextDebugger
|
| ListenerSubscriptionPair |
A simple tuple that stores a listener with an optional subscription (used to match a resource ID).
|
| ManagementNotification |
ManagementNotification is fired when monitored resources such as internal queues reach capacity |
| MessageProcessingFlowTraceManager |
Manager for handling message processing troubleshooting data.
|
| MessageProcessorNotification | |
| MessageProcessorTextDebugger |
Listener for MessageProcessorNotification that delegates notifications to NotificationTextDebugger
|
| MuleContextNotification |
MuleContextNotification is fired when an event such as the mule context starting occurs. |
| NotificationHelper |
Simple class to fire notifications of a specified type over a
ServerNotificationHandler. |
| OptimisedNotificationHandler |
Optimized to make a quick decision on a particular class of messages.
|
| PipelineMessageNotification |
PipelineMessageNotification is fired at key steps in the processing of Pipeline |
| RegistryNotification |
RegistryNotification is fired when an event such as a Registry being started occurs. |
| RoutingNotification |
Is fired by routers.
|
| SecurityNotification |
SecurityNotification is fired when a request for authorisation failed. |
| ServerNotificationManager |
A reworking of the event manager that allows efficient behaviour without global on/off switches in the config.
|
| TransactionNotification |
| Exception | Description |
|---|---|
| NotificationException |
Thrown by the ServerNotification Manager if unrecognised listeners or events are passed to the manager
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.