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

◆ retrieveAllAsync() [2/2]

std::function< void()> IceStorm::TopicManagerPrx::retrieveAllAsync ( std::function< void(::IceStorm::TopicDict)> response,
std::function< void(std::exception_ptr)> exception = nullptr,
std::function< void(bool)> sent = nullptr,
const Ice::Context & context = Ice::noExplicitContext ) const

Retrieves all topics managed by this topic manager.

Parameters
responseThe response callback. It accepts:
  • A dictionary of string, topic proxy pairs.
exceptionThe exception callback.
sentThe sent callback.
contextThe request context.
Returns
A function that can be called to cancel the invocation locally.