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

◆ findAdapterByIdAsync() [1/2]

std::future< std::optional< Ice::ObjectPrx > > Ice::LocatorPrx::findAdapterByIdAsync ( std::string_view id,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).

Parameters
idThe adapter ID.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • A dummy proxy with the adapter's endpoints, or null if an object adapter with id was not found.