@Deprecated public class RegistryMatchingManager extends Object implements MatchingManager
Constructor and Description |
---|
RegistryMatchingManager(String subscriptionStoragePath)
Deprecated.
|
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
|
public RegistryMatchingManager(String subscriptionStoragePath)
public void addSubscription(Subscription subscription)
MatchingManager
addSubscription
in interface MatchingManager
public List<Subscription> getMatchingSubscriptions(String topicName) throws EventBrokerException
MatchingManager
getMatchingSubscriptions
in interface MatchingManager
EventBrokerException
public void unSubscribe(String subscriptionID) throws EventBrokerException
MatchingManager
unSubscribe
in interface MatchingManager
EventBrokerException
public void renewSubscription(Subscription subscription) throws EventBrokerException
renewSubscription
in interface MatchingManager
EventBrokerException
public void initializeTenant() throws EventBrokerException
initializeTenant
in interface MatchingManager
EventBrokerException
Copyright © 2024 WSO2. All rights reserved.