Rulvar API reference / @rulvar/rulvar / EffectLaneWriterOptions
Interface: EffectLaneWriterOptions
Defined in: packages/core/dist/index.d.ts
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
now? | () => string | Injectable clock (ISO instants); tests pin it. | packages/core/dist/index.d.ts |
owner? | string | Lease owner identity for the lane session (production mode). | packages/core/dist/index.d.ts |
runId | string | - | packages/core/dist/index.d.ts |
singleProcess? | boolean | Explicitly single-process semantics: admits a store without leases and without fencedWrites (the in-memory reference store). A production effect lane never sets this; the conformance kit does. | packages/core/dist/index.d.ts |
store | JournalStore | - | packages/core/dist/index.d.ts |