Modifier and Type | Method and Description |
---|---|
Subscription[] |
TopicManagerService.getJMSSubscriptions(String topicName)
Gets the JMS subscriptions for a given topic
|
Subscription |
EventBroker.getSubscription(String id)
Get subscription from subscription ID
|
Subscription[] |
TopicManagerService.getSubscriptions(String topicName,
boolean withChildren)
Gets subscriptions for a topic
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
EventBroker.getAllSubscriptions(String filter)
Get all subscriptions
|
Modifier and Type | Method and Description |
---|---|
void |
EventBroker.renewSubscription(Subscription subscription)
Renews a subscription.
|
void |
NotificationManager.sendNotification(Message message,
Subscription subscription)
Notification message send to given subscription
|
String |
EventBroker.subscribe(Subscription subscription)
Subscribe using the given subscription details.
|
Modifier and Type | Method and Description |
---|---|
void |
DeliveryManager.renewSubscription(Subscription subscription)
Renew subscription details
|
void |
DeliveryManager.subscribe(Subscription subscription)
subscribe with the subscription details.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
CarbonEventBroker.getSubscription(String id)
Get subscription from subscription ID
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
CarbonEventBroker.getAllSubscriptions(String filter)
Get all subscriptions
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonEventBroker.renewSubscription(Subscription subscription)
Renews a subscription.
|
String |
CarbonEventBroker.subscribe(Subscription subscription)
Subscribe using the given subscription details.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSDeliveryManager.renewSubscription(Subscription subscription)
Renew subscription details
|
void |
JMSSubscriptionDetails.renewSubscription(Subscription subscription) |
void |
JMSMessageListener.renewSubscription(Subscription subscription)
Renew subscription object
|
void |
JMSDeliveryManager.subscribe(Subscription subscription)
subscribe with the subscription details.
|
Constructor and Description |
---|
JMSMessageListener(NotificationManager notificationManager,
Subscription subscription)
JMS message listener class constructor which initialize notification manager and subscription
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonNotificationManager.sendNotification(Message message,
Subscription subscription)
Notification message send to given subscription
|
Modifier and Type | Method and Description |
---|---|
Subscription[] |
TopicManagerServiceImpl.getJMSSubscriptions(String topicName)
Gets the JMS subscriptions for a given topic
|
Subscription |
RegistrySubscriptionManager.getSubscription(String id)
Gets the subscription
|
Subscription[] |
TopicManagerServiceImpl.getSubscriptions(String topicName,
boolean withChildren)
Gets subscriptions for a topic
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
RegistrySubscriptionManager.getAllSubscriptions()
Get all the subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrySubscriptionManager.addSubscription(Subscription subscription)
When adding a subscription first it stores in the registry as as set of property values
then add the subscription details to the topic index
|
void |
RegistrySubscriptionManager.renewSubscription(Subscription subscription)
Renewing a subscription
|
Modifier and Type | Method and Description |
---|---|
static Subscription |
JavaUtil.getSubscription(org.wso2.carbon.registry.core.Resource subscriptionResource)
creates the subscription object from the subscription resource
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionManager.getSubscription(String id)
Gets the subscription
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
SubscriptionManager.getAllSubscriptions()
Get all the subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManager.addSubscription(Subscription subscription)
When adding a subscription first it stores in the registry as as set of property values
then add the subscription details to the topic index
|
void |
EventDispatcher.notify(Message message,
Subscription subscription)
notify with the subscription details.
|
void |
SubscriptionManager.renewSubscription(Subscription subscription)
Renewing a subscription
|
Copyright © 2018 WSO2. All rights reserved.