Uses of Interface
com.tangosol.net.topic.Publisher
-
Packages that use Publisher 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 Publisher in com.tangosol.net
Methods in com.tangosol.net that return Publisher Modifier and Type Method Description default <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
Methods in com.tangosol.net.topic that return Publisher Modifier and Type Method Description default Publisher<V>
NamedTopic. createPublisher()
Create aPublisher
that can publish values into thisNamedTopic
.Publisher<V>
NamedTopic. createPublisher(Publisher.Option<? super V>... options)
Create aPublisher
that can publish values into thisNamedTopic
.
-