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

◆ retrieveAllAsync() [1/2]

std::future< TopicDict > IceStorm::TopicManagerPrx::retrieveAllAsync ( const Ice::Context & context = Ice::noExplicitContext) const
nodiscard

Retrieves all topics managed by this topic manager.

Parameters
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • A dictionary of string, topic proxy pairs.