@Deprecated public interface DeliveryManager
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Deprecated.
|
void |
initializeTenant()
Deprecated.
|
void |
publish(Message message,
String topicName,
int deliveryMode)
Deprecated.
publish an omElement to a topic
|
void |
renewSubscription(Subscription subscription)
Deprecated.
|
void |
setNotificationManager(NotificationManager notificationManager)
Deprecated.
Notification manager is used to send the notifications
|
void |
subscribe(Subscription subscription)
Deprecated.
subscribe with the subscription details.
|
void |
unSubscribe(String id)
Deprecated.
|
void subscribe(Subscription subscription) throws EventBrokerException
subscription
- EventBrokerException
void setNotificationManager(NotificationManager notificationManager)
notificationManager
- void publish(Message message, String topicName, int deliveryMode) throws EventBrokerException
message
- topicName
- EventBrokerException
void unSubscribe(String id) throws EventBrokerException
EventBrokerException
void cleanUp() throws EventBrokerException
EventBrokerException
void renewSubscription(Subscription subscription) throws EventBrokerException
EventBrokerException
void initializeTenant() throws EventBrokerException
EventBrokerException
Copyright © 2017 WSO2. All rights reserved.