Gets adapter information for the replica group or adapter with the given ID.
- Parameters
-
id | The adapter or replica group ID. |
- Returns
- 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.
- Exceptions
-
AdapterNotExistException | Thrown when the adapter or replica group doesn't exist. |