Uses of Interface
com.tangosol.net.topic.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
Modifier 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
Modifier 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
.