Uses of Interface
com.tangosol.net.topic.Subscriber.Id
-
Packages that use Subscriber.Id Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of Subscriber.Id in com.tangosol.net
Methods in com.tangosol.net with parameters of type Subscriber.Id Modifier and Type Method Description void
PagedTopicService. destroySubscription(long lSubscriptionId, Subscriber.Id subscriberId)
Remove an existing subscriber from a subscriber group.void
PagedTopicService. ensureSubscription(String sTopicName, long lSubscription, Subscriber.Id subscriberId)
Ensure the specified subscriber is subscribed to a subscription.void
PagedTopicService. ensureSubscription(String sTopicName, long lSubscription, Subscriber.Id subscriberId, boolean fForceReconnect)
Ensure the specified subscriber is subscribed to a subscription.long
PagedTopicService. ensureSubscription(String sTopicName, com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId groupId, Subscriber.Id subscriberId, Filter<?> filter, ValueExtractor<?,?> extractor)
Ensure the specified subscriber is created in a subscription.
-