Interface: BackendAdapterStateSnapshot
Defined in: service-framework-client/src/contracts.ts:58
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
activeAdapter? | readonly | BackendAdapterKind | service-framework-client/src/contracts.ts:60 |
lastError? | readonly | string | service-framework-client/src/contracts.ts:62 |
preferredAdapter | readonly | BackendAdapterKind | service-framework-client/src/contracts.ts:59 |
state | readonly | ConnectionState | service-framework-client/src/contracts.ts:61 |