Uses of Interface
com.tangosol.net.topic.Subscriber.Option
Package
Description
Contains basic cluster interfaces and factories.
Contains classes that providing topic entities for publish/subscribe messaging.
-
Uses of Subscriber.Option in com.tangosol.net
Modifier and TypeMethodDescriptiondefault <V> Subscriber
<V> Session.createSubscriber
(String sName, Subscriber.Option... options) Create aSubscriber
that can subscribe to aNamedTopic
. -
Uses of Subscriber.Option in com.tangosol.net.topic
Modifier and TypeClassDescriptionstatic class
A subscriberSubscriber.Option
that allows one or morelisteners
to be added to the subscriber, that will be notified of changes to the subscribers channel ownership.static class
The CompleteOnEmpty option indicates that theCompletableFuture
returned from theSubscriber.receive()
operation should complete with a nullSubscriber.Element
upon identifying that the topic is or has become empty.static class
Subscriber.Convert<V,
U> The Convert option specifies aValueExtractor
that will convert topic values that a subscriber is interested in receiving prior to sending them to the subscriber.static class
The Filtered option specifies a filter that will determine which topic values a subscriber is interested in receiving.static class
The Name option is used to specify a subscriber group name.Modifier and TypeMethodDescriptionstatic <V,
U> Subscriber.Option <V, U> Subscriber.Option.nullOption()
A null implementation of anSubscriber.Option
.Modifier and TypeMethodDescription<U> Subscriber
<U> NamedTopic.createSubscriber
(Subscriber.Option<? super V, U>... options) Create aSubscriber
that can receive values from thisNamedTopic
.