Interface DurableTopicSubscription
-
- All Superinterfaces:
TopicSubscription
public interface DurableTopicSubscription extends TopicSubscription
Contains information about the subscription created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSubscriptionName()It returns the name for durable subscriptions.SubscriptionPolicygetSubscriptionPolicy()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()
It returns the name for durable subscriptions.
-
getSubscriptionPolicy
SubscriptionPolicy getSubscriptionPolicy()
It returns the type of Subscription Policy user has subscribed with.
-
-