@Deprecated public interface MatchingManager
Modifier and Type | Method and Description |
---|---|
void |
addSubscription(Subscription subscription)
Deprecated.
add subscriptions to matching manager
|
List<Subscription> |
getMatchingSubscriptions(String topicName)
Deprecated.
then the matching subscriptions
|
void |
initializeTenant()
Deprecated.
|
void |
renewSubscription(Subscription subscription)
Deprecated.
|
void |
unSubscribe(String subscriptionID)
Deprecated.
removes the subscription from the matching manager
|
void addSubscription(Subscription subscription) throws EventBrokerException
subscription
- EventBrokerException
List<Subscription> getMatchingSubscriptions(String topicName) throws EventBrokerException
topicName
- EventBrokerException
void unSubscribe(String subscriptionID) throws EventBrokerException
subscriptionID
- EventBrokerException
void renewSubscription(Subscription subscription) throws EventBrokerException
EventBrokerException
void initializeTenant() throws EventBrokerException
EventBrokerException
Copyright © 2019 WSO2. All rights reserved.