@Deprecated public class SharedMemoryMatchingManager extends Object implements MatchingManager, Serializable
Constructor and Description |
---|
SharedMemoryMatchingManager()
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 void addSubscription(Subscription subscription)
MatchingManager
addSubscription
in interface MatchingManager
public List<Subscription> getMatchingSubscriptions(String topicName)
MatchingManager
getMatchingSubscriptions
in interface MatchingManager
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 © 2018 WSO2. All rights reserved.