TOMBSTONE_EVENT
@rotorsoft/act-root / act/src / TOMBSTONE_EVENT
Variable: TOMBSTONE_EVENT
constTOMBSTONE_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