Skip to main content
Version: Current

TOMBSTONE_EVENT

@rotorsoft/act-root


@rotorsoft/act-root / act/src / TOMBSTONE_EVENT

Variable: TOMBSTONE_EVENT

const TOMBSTONE_EVENT: "__tombstone__" = "__tombstone__"

Defined in: libs/act/src/ports.ts:310

Event name used internally for tombstone events in the event store. A tombstone marks a stream as permanently closed โ€” no further writes are permitted until the stream is explicitly restarted via close().

Seeโ€‹

Act.close for the close-the-books API