콘텐츠로 이동
한국어

JournalEnvelope

이 콘텐츠는 아직 번역되지 않았습니다.

Defined in: src/persistence/migration/Adapter.ts:25

Wire-format envelope written into the event / state JSON slot.

P = unknown

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.