Modifier and Type | Method and Description |
---|---|
List<Subscription> |
EventBroker.getAllSubscriptions(String filter)
Deprecated.
Get all subscriptions
|
Subscription |
EventBroker.getSubscription(String id)
Deprecated.
Get subscription from subscription ID
|
TopicManager |
EventBroker.getTopicManager()
Deprecated.
Gets the topic manager
|
void |
EventBroker.initializeTenant()
Deprecated.
This method is called when a tenant initialize.
|
void |
EventBroker.publish(Message message,
String topicName)
Deprecated.
Publish an event to the given topic asynchronously.
|
void |
EventBroker.publish(Message message,
String topicName,
int deliveryMode)
Deprecated.
Publish an event to the given topic asynchronously.
|
void |
EventBroker.publishRobust(Message message,
String topicName)
Deprecated.
Publish an event to the given topic synchronously.
|
void |
EventBroker.publishRobust(Message message,
String topicName,
int deliveryMode)
Deprecated.
Publish an event to the given topic synchronously.
|
void |
EventBroker.renewSubscription(Subscription subscription)
Deprecated.
Renews a subscription.
|
String |
EventBroker.subscribe(Subscription subscription)
Deprecated.
Subscribe using the given subscription details.
|
void |
EventBroker.unsubscribe(String id)
Deprecated.
Unsubscribes a subscription
|
Modifier and Type | Method and Description |
---|---|
void |
MatchingManager.addSubscription(Subscription subscription)
Deprecated.
add subscriptions to matching manager
|
void |
DeliveryManager.cleanUp()
Deprecated.
|
List<Subscription> |
MatchingManager.getMatchingSubscriptions(String topicName)
Deprecated.
then the matching subscriptions
|
void |
MatchingManager.initializeTenant()
Deprecated.
|
void |
DeliveryManager.initializeTenant()
Deprecated.
|
void |
DeliveryManager.publish(Message message,
String topicName,
int deliveryMode)
Deprecated.
publish an omElement to a topic
|
void |
MatchingManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
DeliveryManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
DeliveryManager.subscribe(Subscription subscription)
Deprecated.
subscribe with the subscription details.
|
void |
MatchingManager.unSubscribe(String subscriptionID)
Deprecated.
removes the subscription from the matching manager
|
void |
DeliveryManager.unSubscribe(String id)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
EventBrokerConfigurationException
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonEventBroker.cleanUp()
Deprecated.
Cleans up the delivery broker
|
List<Subscription> |
CarbonEventBroker.getAllSubscriptions(String filter)
Deprecated.
Get all subscriptions
|
Subscription |
CarbonEventBroker.getSubscription(String id)
Deprecated.
Get subscription from subscription ID
|
void |
CarbonEventBroker.initializeTenant()
Deprecated.
This method is called when a tenant initialize.
|
void |
CarbonEventBroker.publish(Message message,
String topicName)
Deprecated.
Publish an event to the given topic asynchronously.
|
void |
CarbonEventBroker.publish(Message message,
String topicName,
int deliveryMode)
Deprecated.
Publish an event to the given topic asynchronously.
|
void |
CarbonEventBroker.publishRobust(Message message,
String topicName)
Deprecated.
Publish an event to the given topic synchronously.
|
void |
CarbonEventBroker.publishRobust(Message message,
String topicName,
int deliveryMode)
Deprecated.
Publish an event to the given topic synchronously.
|
void |
CarbonEventBroker.renewSubscription(Subscription subscription)
Deprecated.
Renews a subscription.
|
String |
CarbonEventBroker.subscribe(Subscription subscription)
Deprecated.
Subscribe using the given subscription details.
|
void |
CarbonEventBroker.unsubscribe(String id)
Deprecated.
Unsubscribes a subscription
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryDeliveryManager.initializeTenant()
Deprecated.
|
void |
InMemoryMatchingManager.initializeTenant()
Deprecated.
|
void |
InMemoryDeliveryManager.publish(Message message,
String topicName,
int deliveryMode)
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.
|
void |
InMemoryDeliveryManager.unSubscribe(String id)
Deprecated.
|
void |
InMemoryMatchingManager.unSubscribe(String subscriptionID)
Deprecated.
|
void |
InMemorySubscriptionStorage.unSubscribe(String subscriptionID)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSDeliveryManager.cleanUp()
Deprecated.
|
void |
JMSSubscriptionDetails.close()
Deprecated.
|
javax.jms.TopicConnection |
JMSDeliveryManager.getTopicConnection(String userName)
Deprecated.
|
protected javax.jms.TopicConnectionFactory |
QpidJMSDeliveryManager.getTopicConnectionFactory(InitialContext initialContext)
Deprecated.
|
protected abstract javax.jms.TopicConnectionFactory |
JMSDeliveryManager.getTopicConnectionFactory(InitialContext initialContext)
Deprecated.
|
void |
JMSDeliveryManager.initializeTenant()
Deprecated.
|
void |
JMSDeliveryManager.publish(Message message,
String topicName,
int deliveryMode)
Deprecated.
|
void |
JMSDeliveryManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
JMSDeliveryManager.subscribe(Subscription subscription)
Deprecated.
|
void |
JMSDeliveryManager.unSubscribe(String id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
RegistryMatchingManager.getMatchingSubscriptions(String topicName)
Deprecated.
|
void |
RegistryMatchingManager.initializeTenant()
Deprecated.
|
void |
RegistryMatchingManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
RegistryMatchingManager.unSubscribe(String subscriptionID)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonNotificationManager.sendNotification(Message message,
Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
InMemorySubscriptionManager.getTopicStoragePath()
Deprecated.
|
void |
InMemorySubscriptionManager.renewSubscription(Subscription subscription)
Deprecated.
|
void |
InMemorySubscriptionManager.unSubscribe(String subscriptionID)
Deprecated.
|
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
|
List<Subscription> |
RegistrySubscriptionManager.getAllSubscriptions()
Deprecated.
Get all the subscriptions.
|
Subscription |
RegistrySubscriptionManager.getSubscription(String id)
Deprecated.
Gets the subscription
|
String |
RegistrySubscriptionManager.getTopicStoragePath()
Deprecated.
Gets the topic storage path
|
void |
RegistrySubscriptionManager.renewSubscription(Subscription subscription)
Deprecated.
Renewing a subscription
|
void |
RegistrySubscriptionManager.unSubscribe(String subscriptionID)
Deprecated.
Un-Subscribing to a destination.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryTopicManager.addTopic(String topicName)
Deprecated.
Adds a new topic
|
String[] |
RegistryTopicManager.getBackendRoles()
Deprecated.
Get array of backend roles excluding admin and wso2.anonymous.role roles
|
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
|
TopicRolePermission[] |
RegistryTopicManager.getTopicRolePermission(String topicName)
Deprecated.
Gets the permissions for topic
|
TopicNode |
RegistryTopicManager.getTopicTree()
Deprecated.
Gets the topic tree.
|
boolean |
RegistryTopicManager.isTopicExists(String topicName)
Deprecated.
Checks whether topic exists
|
boolean |
RegistryTopicManager.removeTopic(String topicName)
Deprecated.
Removes a topic
|
void |
RegistryTopicManager.updatePermissions(String topicName,
TopicRolePermission[] topicRolePermissions)
Deprecated.
Update permissions for a topic
|
Modifier and Type | Method and Description |
---|---|
static boolean |
JavaUtil.isAdmin(String username)
Deprecated.
Check if the given user has the admin role privileges
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationManager.sendNotification(Message message,
Subscription subscription)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedMemoryMatchingManager.initializeTenant()
Deprecated.
|
void |
SharedMemoryDeliveryManager.initializeTenant()
Deprecated.
|
void |
SharedMemoryDeliveryManager.publish(Message message,
String topicName,
int deliveryMode)
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.
|
void |
SharedMemoryMatchingManager.unSubscribe(String subscriptionID)
Deprecated.
|
void |
SharedMemorySubscriptionStorage.unSubscribe(String subscriptionID)
Deprecated.
|
void |
SharedMemoryDeliveryManager.unSubscribe(String id)
Deprecated.
|
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
|
List<Subscription> |
SubscriptionManager.getAllSubscriptions()
Deprecated.
Get all the subscriptions.
|
Subscription |
SubscriptionManager.getSubscription(String id)
Deprecated.
Gets the subscription
|
String |
SubscriptionManager.getTopicStoragePath()
Deprecated.
Gets the topic storage path
|
void |
SubscriptionManager.renewSubscription(Subscription subscription)
Deprecated.
Renewing a subscription
|
void |
SubscriptionManager.unSubscribe(String subscriptionID)
Deprecated.
Un-Subscribing to a destination.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicManager.addTopic(String topicName)
Deprecated.
Adds a new topic
|
String[] |
TopicManager.getBackendRoles()
Deprecated.
Get array of backend roles excluding admin and wso2.anonymous.role roles
|
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
|
TopicRolePermission[] |
TopicManager.getTopicRolePermission(String topicName)
Deprecated.
Gets the permissions for topic
|
TopicNode |
TopicManager.getTopicTree()
Deprecated.
Gets the topic tree.
|
boolean |
TopicManager.isTopicExists(String topicName)
Deprecated.
Checks whether topic exists
|
boolean |
TopicManager.removeTopic(String topicName)
Deprecated.
Removes a topic
|
void |
TopicManager.updatePermissions(String topicName,
TopicRolePermission[] topicRolePermissions)
Deprecated.
Update permissions for a topic
|
Copyright © 2021 WSO2. All rights reserved.