Skip to content

MessageHistorySnapshot

Defined in: bindings/node/dist/index.d.ts:1104

History and its resume cursor captured in one database read snapshot.

cursor: DeliveryCursor

Defined in: bindings/node/dist/index.d.ts:1108

Start replay after this position to receive messages stored after the snapshot.


messages: MessageWithCursor[]

Defined in: bindings/node/dist/index.d.ts:1106

Retained history selected in the same database snapshot as the cursor.