Uses of Interface
com.tangosol.net.topic.Subscriber
-
Packages that use Subscriber Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
-
Uses of Subscriber in com.tangosol.net
Methods in com.tangosol.net that return Subscriber Modifier and Type Method Description default <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 Subscriber Modifier and Type Method Description default 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
.
-