| Interface | Description |
|---|---|
| AsyncMessageNotificationListener<T extends AsyncMessageNotification> | |
| ClusterNodeNotificationListener<T extends ClusterNodeNotification> |
Defines a listener for
ClusterNodeNotification |
| ComponentMessageNotificationListener<T extends ComponentMessageNotification> |
ComponentMessageNotificationListener is an observer interface that objects can use to receive notifications about
messages being processed by components |
| 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 ServerNotification> |
CustomNotificationListener is an observer interface that can be used to listen for Custom notifications using
MuleContext.fireCustomEvent(..). |
| ErrorHandlerNotificationListener<T extends ErrorHandlerNotification> | |
| ExceptionNotificationListener<T extends ExceptionNotification> |
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. |
| FlowCallStack |
Keeps context information about the executing flows and its callers in order to provide augmented troubleshooting information
for an application developer.
|
| FlowTraceManager |
Provides callbacks for notifying when a flow call from another flow is started or completed.
|
| 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> | |
| MuleContextListener |
Listens to events raised during the creation of a
MuleContext |
| MuleContextNotificationListener<T extends MuleContextNotification> |
MuleContextNotificationListener is an observer interface that objects can implement and then register themselves
with the Mule manager to be notified when a Manager event occurs. |
| PipelineMessageNotificationListener<T extends PipelineMessageNotification> | |
| ProcessorsTrace |
Keeps context information about the message processors that were executed as part of the processing of an event.
|
| RegistryNotificationListener<T extends RegistryNotification> |
RegistryNotificationListener is an observer interface that objects can implement and then register themselves with
the MuleContext to be notified when a Registry event occurs. |
| 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. |
| ServerNotificationHandler | |
| ServerNotificationListener<T extends ServerNotification> |
ServerNotificationListener is an observer interface that objects can implement and register themselves with the
Mule Server to receive notifications when the server, model and components stop, start, initialise, etc. |
| SynchronousServerEvent |
Marker interface that tells the server event manager to publish this event in the current thread, thus executing the listeners
synchronously.
|
| 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 |
|---|---|
| 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.
|
| FlowStackElement |
Keeps context information about the processors that a flow executed.
|
| ServerNotification |
ServerNotification is an event triggered by something happening in the Server itself such as the server starting
or a service being registered. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.