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

◆ getTopicManagerAsync() [1/2]

std::future< std::optional< TopicManagerPrx > > IceStorm::FinderPrx::getTopicManagerAsync ( const Ice::Context & context = Ice::noExplicitContext) const
nodiscard

Gets a proxy to the associated IceStorm::TopicManagerPrx.

The proxy might point to several replicas.

Parameters
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The topic manager proxy. This proxy is never null.