| Package | Description |
|---|---|
| org.mule.component | |
| org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
| org.mule.processor |
| Modifier and Type | Field and Description |
|---|---|
protected ServerNotificationHandler |
AbstractComponent.notificationHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
OptimisedNotificationHandler
Optimized to make a quick decision on a particular class of messages.
|
class |
ServerNotificationManager
A reworking of the event manager that allows efficient behaviour without global on/off
switches in the config.
|
| Constructor and Description |
|---|
NotificationHelper(ServerNotificationHandler serverNotificationHandler,
Class<? extends ServerNotification> notificationClass,
boolean dynamicNotifications)
Creates a new
NotificationHelper that emits notifications of the specified
class over the passed ServerNotificationHandler. |
OptimisedNotificationHandler(ServerNotificationHandler delegate,
Class<? extends ServerNotification> type) |
| Modifier and Type | Field and Description |
|---|---|
protected ServerNotificationHandler |
AbstractInterceptingMessageProcessorBase.notificationHandler |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.