Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getNonReplicatedPublisher()

std::optional< Ice::ObjectPrx > IceStorm::TopicPrx::getNonReplicatedPublisher ( const Ice::Context & context = Ice::noExplicitContext) const

Gets a non-replicated proxy to a publisher object for this topic.

To publish data to a topic, a publisher calls this operation and then creates a proxy with the publisher type from this proxy.

Parameters
contextThe request context.
Returns
A proxy to publish data on this topic. This proxy is never null.