Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/store-conformance / KillPointWorkerHooks

Interface: KillPointWorkerHooks

Defined in: packages/store-conformance/src/kill-points.ts:464

Consumer hooks for runKillPointWorker.

Properties

PropertyTypeDescriptionDefined in
kill?() => voidThe death itself; default SIGKILLs the current process and never returns. In-process protocol tests inject a throwing hook instead, which surfaces through the engine as a store failure.packages/store-conformance/src/kill-points.ts:470