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 NotificationManager
message
- messagesubscription
- subscriptionEventBrokerException
public void registerEventDispatcher(String name, EventDispatcher eventDispatcher)
name
- nameeventDispatcher
- event dispatcherCopyright © 2018 WSO2. All rights reserved.