Interface DurableTopicSubscription
-
- All Superinterfaces:
TopicSubscription
public interface DurableTopicSubscription extends TopicSubscription
Contains information about the subscribtion created
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSubscriptionName()
Returns the name for durable subscriptions.SubscriptionPolicy
getSubscriptionPolicy()
It returns the type of Subscription Policy user has subscribed with.-
Methods inherited from interface com.alachisoft.ncache.runtime.caching.TopicSubscription
addMessageReceivedListener, getTopic, removeMessageReceivedListener, unSubscribe
-
-
-
-
Method Detail
-
getSubscriptionName
java.lang.String getSubscriptionName()
Returns the name for durable subscriptions.
-
getSubscriptionPolicy
SubscriptionPolicy getSubscriptionPolicy()
It returns the type of Subscription Policy user has subscribed with.
-
-