Modifier and Type | Method and Description |
---|---|
Subscription |
EventBroker.getSubscription(String id)
Deprecated.
Get subscription from subscription ID
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
EventBroker.getAllSubscriptions(String filter)
Deprecated.
Get all subscriptions
|
Modifier and Type | Method and Description |
---|---|
void |
EventBroker.renewSubscription(Subscription subscription)
Deprecated.
Renews a subscription.
|
String |
EventBroker.subscribe(Subscription subscription)
Deprecated.
Subscribe using the given subscription details.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
MatchingManager.getMatchingSubscriptions(String topicName)
Deprecated.
then the matching subscriptions
|
Modifier and Type | Method and Description |
---|---|
void |
MatchingManager.addSubscription(Subscription subscription)
Deprecated.
add subscriptions to matching manager
|
void |
MatchingManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
DeliveryManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
DeliveryManager.subscribe(Subscription subscription)
Deprecated.
subscribe with the subscription details.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
CarbonEventBroker.getSubscription(String id)
Deprecated.
Get subscription from subscription ID
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
CarbonEventBroker.getAllSubscriptions(String filter)
Deprecated.
Get all subscriptions
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonEventBroker.renewSubscription(Subscription subscription)
Deprecated.
Renews a subscription.
|
String |
CarbonEventBroker.subscribe(Subscription subscription)
Deprecated.
Subscribe using the given subscription details.
|
Constructor and Description |
---|
Worker(NotificationManager notificationManager,
Message message,
Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
InMemoryMatchingManager.getMatchingSubscriptions(String topicName)
Deprecated.
|
List<Subscription> |
InMemorySubscriptionStorage.getMatchingSubscriptions(String topicName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryMatchingManager.addSubscription(Subscription subscription)
Deprecated.
|
void |
InMemorySubscriptionStorage.addSubscription(Subscription subscription)
Deprecated.
|
void |
InMemoryDeliveryManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
InMemoryMatchingManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
InMemorySubscriptionStorage.renewSubscription(Subscription subscription)
Deprecated.
|
void |
InMemoryDeliveryManager.subscribe(Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSDeliveryManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
JMSMessageListener.renewSubscription(Subscription subscription)
Deprecated.
|
void |
JMSSubscriptionDetails.renewSubscription(Subscription subscription)
Deprecated.
|
void |
JMSDeliveryManager.subscribe(Subscription subscription)
Deprecated.
|
Constructor and Description |
---|
JMSMessageListener(NotificationManager notificationManager,
Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
RegistryMatchingManager.getMatchingSubscriptions(String topicName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryMatchingManager.addSubscription(Subscription subscription)
Deprecated.
|
void |
RegistryMatchingManager.renewSubscription(Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonNotificationManager.sendNotification(Message message,
Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
InMemorySubscriptionManager.getSubscription(String id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
InMemorySubscriptionManager.getAllSubscriptions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemorySubscriptionManager.addSubscription(Subscription subscription)
Deprecated.
|
void |
InMemorySubscriptionManager.renewSubscription(Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
RegistrySubscriptionManager.getSubscription(String id)
Deprecated.
Gets the subscription
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
RegistrySubscriptionManager.getAllSubscriptions()
Deprecated.
Get all the subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrySubscriptionManager.addSubscription(Subscription subscription)
Deprecated.
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)
Deprecated.
Renewing a subscription
|
Modifier and Type | Method and Description |
---|---|
Subscription[] |
RegistryTopicManager.getJMSSubscriptions(String topicName)
Deprecated.
Gets the JMS subscriptions for a given topic
|
Subscription[] |
RegistryTopicManager.getSubscriptions(String topicName,
boolean withChildren)
Deprecated.
Gets subscriptions for a topic
|
Modifier and Type | Method and Description |
---|---|
static Subscription |
JavaUtil.getSubscription(org.wso2.carbon.registry.core.Resource subscriptionResource)
Deprecated.
creates the subscription object from the subscription resource
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationManager.sendNotification(Message message,
Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
SharedMemoryMatchingManager.getMatchingSubscriptions(String topicName)
Deprecated.
|
List<Subscription> |
SharedMemorySubscriptionStorage.getMatchingSubscriptions(String topicName)
Deprecated.
|
javax.cache.Cache<String,Subscription> |
SubscriptionContainer.getSubscriptionsCache()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedMemoryMatchingManager.addSubscription(Subscription subscription)
Deprecated.
|
void |
SharedMemorySubscriptionStorage.addSubscription(Subscription subscription)
Deprecated.
|
void |
SharedMemoryMatchingManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
SharedMemorySubscriptionStorage.renewSubscription(Subscription subscription)
Deprecated.
|
void |
SharedMemoryDeliveryManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
SharedMemoryDeliveryManager.subscribe(Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionManager.getSubscription(String id)
Deprecated.
Gets the subscription
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
SubscriptionManager.getAllSubscriptions()
Deprecated.
Get all the subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManager.addSubscription(Subscription subscription)
Deprecated.
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)
Deprecated.
notify with the subscription details.
|
void |
SubscriptionManager.renewSubscription(Subscription subscription)
Deprecated.
Renewing a subscription
|
Modifier and Type | Method and Description |
---|---|
Subscription[] |
TopicManager.getJMSSubscriptions(String topicName)
Deprecated.
Gets the JMS subscriptions for a given topic
|
Subscription[] |
TopicManager.getSubscriptions(String topicName,
boolean withChildren)
Deprecated.
Gets subscriptions for a topic
|
Copyright © 2023 WSO2. All rights reserved.