Uses of Interface
com.tangosol.net.topic.Subscriber
Packages that use Subscriber
Package
Description
Contains basic cluster interfaces and factories.
Contains classes that providing topic entities for publish/subscribe messaging.
- 
Uses of Subscriber in com.tangosol.netMethods in com.tangosol.net that return SubscriberModifier and TypeMethodDescriptiondefault <V> Subscriber<V> Session.createSubscriber(String sName) Create aSubscriberthat can subscribe to aNamedTopic.default <V> Subscriber<V> Session.createSubscriber(String sName, Subscriber.Option... options) Create aSubscriberthat can subscribe to aNamedTopic.
- 
Uses of Subscriber in com.tangosol.net.topicMethods in com.tangosol.net.topic that return SubscriberModifier and TypeMethodDescriptiondefault Subscriber<V> NamedTopic.createSubscriber()Create a directSubscriberto the topic that receives all values from thisNamedTopic.<U> Subscriber<U> NamedTopic.createSubscriber(Subscriber.Option<? super V, U>... options) Create aSubscriberthat can receive values from thisNamedTopic.