Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / EffectLaneWriterOptions

Interface: EffectLaneWriterOptions

Defined in: packages/core/dist/index.d.ts

Properties

PropertyTypeDescriptionDefined in
now?() => stringInjectable clock (ISO instants); tests pin it.packages/core/dist/index.d.ts
owner?stringLease owner identity for the lane session (production mode).packages/core/dist/index.d.ts
runIdstring-packages/core/dist/index.d.ts
singleProcess?booleanExplicitly 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
storeJournalStore-packages/core/dist/index.d.ts