JournalEnvelope
Defined in: src/persistence/migration/Adapter.ts:25
Wire-format envelope written into the event / state JSON slot.
Type Parameters
Section titled “Type Parameters”P = unknown
Properties
Section titled “Properties”
readonly_e:P
Defined in: src/persistence/migration/Adapter.ts:31
The (possibly-old) payload itself.
readonly_t:string
Defined in: src/persistence/migration/Adapter.ts:29
Manifest — stable type identity, e.g. 'BankAccount.Deposited'.
readonly_v:number
Defined in: src/persistence/migration/Adapter.ts:27
Schema version of the payload — monotonic, increments per breaking change.