public interface INotificationHandlingProvider
| Modifier and Type | Method and Description |
|---|---|
String |
registerNotificationTopic(String topicName,
String producerId,
EnvHintCollection Hints) |
SubscriberToTopic |
registerToNotificationTopic(String topicId,
String listenerId,
String subscriptionName,
String selector,
SubscriberToTopic subscriberToTopic,
NotificationMessageListenerI messageListener,
EnvHintCollection Hints) |
void |
sendNotificationToTopic(String topicId,
String textMessage,
HashMap<String,String> propertiesNameValueMap,
EnvHintCollection Hints) |
void |
unregisterFromNotificationTopic(String topicId,
String listenerId,
SubscriberToTopic subscriberToTopic,
EnvHintCollection Hints) |
void |
unregisterNotificationTopic(String topicId,
EnvHintCollection Hints) |
String registerNotificationTopic(String topicName, String producerId, EnvHintCollection Hints) throws EnvironmentInformationSystemException
SubscriberToTopic registerToNotificationTopic(String topicId, String listenerId, String subscriptionName, String selector, SubscriberToTopic subscriberToTopic, NotificationMessageListenerI messageListener, EnvHintCollection Hints) throws EnvironmentInformationSystemException
void unregisterNotificationTopic(String topicId, EnvHintCollection Hints) throws EnvironmentInformationSystemException
void unregisterFromNotificationTopic(String topicId, String listenerId, SubscriberToTopic subscriberToTopic, EnvHintCollection Hints) throws EnvironmentInformationSystemException
void sendNotificationToTopic(String topicId, String textMessage, HashMap<String,String> propertiesNameValueMap, EnvHintCollection Hints) throws EnvironmentInformationSystemException
Copyright © 2017. All Rights Reserved.