Uses of Interface
com.tangosol.net.topic.Publisher
Package
Description
Contains basic cluster interfaces and factories.
Contains classes that providing topic entities for publish/subscribe messaging.
-
Uses of Publisher in com.tangosol.net
Modifier and TypeMethodDescriptiondefault <V> Publisher
<V> Session.createPublisher
(String sName) Create aPublisher
that can publish values into aNamedTopic
.default <V> Publisher
<V> Session.createPublisher
(String sName, Publisher.Option... options) Create aPublisher
that can publish values into aNamedTopic
. -
Uses of Publisher in com.tangosol.net.topic
Modifier and TypeMethodDescriptionNamedTopic.createPublisher()
Create aPublisher
that can publish values into thisNamedTopic
.NamedTopic.createPublisher
(Publisher.Option<? super V>... options) Create aPublisher
that can publish values into thisNamedTopic
.