std::function< void()> IceStorm::TopicPrx::getNonReplicatedPublisherAsync | ( | std::function< void(std::optional< Ice::ObjectPrx >)> | response, |
std::function< void(std::exception_ptr)> | exception = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
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.
response | The response callback. It accepts:
|
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |