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.
context | The request context. |