| Package | Description |
|---|---|
| org.mule.runtime.core.component | |
| org.mule.runtime.core.context.notification |
| 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 defaultNotificationHandler,
Class<? extends ServerNotification> notificationClass,
boolean dynamicNotifications)
Creates a new
NotificationHelper that emits instances of notificationClass class. |
OptimisedNotificationHandler(ServerNotificationHandler delegate,
Class<? extends ServerNotification> type) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.