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

◆ getAdapterInfoAsync() [1/2]

std::future< AdapterInfoSeq > IceGrid::AdminPrx::getAdapterInfoAsync ( std::string_view id,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Gets adapter information for the replica group or adapter with the given ID.

Parameters
idThe adapter or replica group ID.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • A sequence of AdapterInfo. If id refers to an adapter, this sequence contains a single element. If id refers to a replica group, this sequence contains adapter information for each member of the replica group.