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

◆ getObjectInfosByTypeAsync() [1/2]

std::future< ObjectInfoSeq > IceGrid::AdminPrx::getObjectInfosByTypeAsync ( std::string_view type,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Gets the object info of all the registered objects with a given type.

Parameters
typeThe type name.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The object infos.