public class CarbonNotificationManager extends Object implements NotificationManager
| Constructor and Description |
|---|
CarbonNotificationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerEventDispatcher(String name,
EventDispatcher eventDispatcher)
Register event dispatcher for given name
|
void |
sendNotification(Message message,
Subscription subscription)
Notification message send to given subscription
|
public void sendNotification(Message message, Subscription subscription) throws EventBrokerException
sendNotification in interface NotificationManagermessage - messagesubscription - subscriptionEventBrokerExceptionpublic void registerEventDispatcher(String name, EventDispatcher eventDispatcher)
name - nameeventDispatcher - event dispatcherCopyright © 2017 WSO2. All rights reserved.