Gets adapter information for the replica group or adapter with the given ID.
- Parameters
-
| id | The adapter or replica group ID. |
| response | The response callback. It accepts:
- 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.
|
| exception | The exception callback. |
| sent | The sent callback. |
| context | The request context. |
- Returns
- A function that can be called to cancel the invocation locally.