Skip to main content

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:290

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