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.net
Methods in com.tangosol.net that return SubscriberModifier and TypeMethodDescriptiondefault <V> Subscriber<V>
Session.createSubscriber
(String sName) Create aSubscriber
that can subscribe to aNamedTopic
.default <V> Subscriber<V>
Session.createSubscriber
(String sName, Subscriber.Option... options) Create aSubscriber
that can subscribe to aNamedTopic
. -
Uses of Subscriber in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return SubscriberModifier and TypeMethodDescriptiondefault Subscriber<V>
NamedTopic.createSubscriber()
Create a directSubscriber
to the topic that receives all values from thisNamedTopic
.<U> Subscriber<U>
NamedTopic.createSubscriber
(Subscriber.Option<? super V, U>... options) Create aSubscriber
that can receive values from thisNamedTopic
.