Rulvar API reference / @rulvar/effects / EffectProviderDescriptor
Interface: EffectProviderDescriptor
Defined in: packages/effects/src/adapter.ts:15
One provider row of the capability matrix (RFC section 6).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
capabilityRow | EffectCapabilityRow | - | packages/effects/src/adapter.ts:17 |
lookupQualification? | EffectLookupQualification | Required for the 'lookup' row and recorded on every intent: WHICH qualification the provider earned the row with. A provider that offers only eventually consistent search, or a strongly consistent read WITHOUT acceptance closure, is 'neither', whatever its marketing says about lookup. | packages/effects/src/adapter.ts:25 |
provider | string | - | packages/effects/src/adapter.ts:16 |