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

◆ getAdapterInfo()

virtual AdapterInfoSeq IceGrid::RegistryPluginFacade::getAdapterInfo ( const std::string & id) const
nodiscardpure virtual

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

Parameters
idThe adapter id.
Returns
A sequence of adapter information structures. If the given id refers to an adapter, this sequence will contain only one element. If the given id refers to a replica group, the sequence will contain the adapter information of each member of the replica group.
Exceptions
IceGrid::AdapterNotExistExceptionThrown when the adapter or replica group doesn't exist.