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

◆ retrieveAllAsync()

virtual void IceStorm::AsyncTopicManager::retrieveAllAsync ( std::function< void(const TopicDict &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Retrieves all topics managed by this topic manager.

Parameters
responseThe response callback. It accepts:
  • A dictionary of string, topic proxy pairs.
exceptionThe exception callback.
currentThe Current object of the incoming request.