Skip to content

MessageTopicStatus

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

Fixed-target receipt and processing status for one topic.

optional errorCode?: string

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


processed: bigint

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

P: committed processing progress.


processing: "Pending" | "Complete" | "Blocked" | "Cancelled"

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


received: bigint

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

F: durably admitted network progress, not application acknowledgement.


registration: "Pending" | "Active" | "Removed"

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


scopeGeneration: bigint

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

Scope generation that registered this topic.


optional target?: bigint

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

Captured H, or absent while target capture is still pending.


topic: Uint8Array

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

Wire topic bytes identify the obligation independently of its current scope.


unresolvedWelcomes: bigint

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

Unresolved actual Welcome rows through H; missing integer IDs do not count.