Uses of Interface
com.tangosol.net.topic.Publisher
Packages that use 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
Methods in com.tangosol.net that return PublisherModifier and TypeMethodDescriptiondefault <V> Publisher<V> Session.createPublisher(String sName) Create aPublisherthat can publish values into aNamedTopic.default <V> Publisher<V> Session.createPublisher(String sName, Publisher.Option... options) Create aPublisherthat can publish values into aNamedTopic. -
Uses of Publisher in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return PublisherModifier and TypeMethodDescriptionNamedTopic.createPublisher()Create aPublisherthat can publish values into thisNamedTopic.NamedTopic.createPublisher(Publisher.Option<? super V>... options) Create aPublisherthat can publish values into thisNamedTopic.