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

◆ getNameAsync()

virtual void IceStorm::AsyncTopic::getNameAsync ( std::function< void(std::string_view returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets the name of this topic.

Parameters
responseThe response callback. It accepts:
  • The name of the topic.
exceptionThe exception callback.
currentThe Current object of the incoming request.
See also
IceStorm::TopicManagerPrx::create