Rulvar API reference / @rulvar/core / AdmissionReservation
Interface: AdmissionReservation
Defined in: packages/core/src/l0/spi/admission.ts:45
The reservation measures (RFC section 4.3). wires is the one measure admission CAPS (and the SFQ cost unit); inputTokens, usd, and exposureUsd ride the ticket for the holder's own accounting and are never limited here (RV4909): money is the budget layer's bound, and active work per level is bounded by the level's concurrency semaphore.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
exposureUsd? | number | - | packages/core/src/l0/spi/admission.ts:50 |
inputTokens? | number | - | packages/core/src/l0/spi/admission.ts:48 |
usd? | number | - | packages/core/src/l0/spi/admission.ts:49 |
wires | number | The one scheduler COST unit and the one capped measure. | packages/core/src/l0/spi/admission.ts:47 |