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

◆ getRouterAsync() [1/2]

std::future< std::optional< RouterPrx > > Ice::RouterFinderPrx::getRouterAsync ( const Ice::Context & context = Ice::noExplicitContext) const
nodiscard

Gets a proxy to the associated Ice::RouterPrx.

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 router proxy. This proxy is never null.