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

◆ findAllObjectsByTypeAsync() [1/2]

std::future<::Ice::ObjectProxySeq > IceGrid::QueryPrx::findAllObjectsByTypeAsync ( std::string_view type,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Finds all the well-known objects with the given type.

Parameters
typeThe object type.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • A list of proxies to the well-known objects with the specified type. Can be empty.