Skip to content

Graphorin API reference v0.12.1


Graphorin API reference / @graphorin/server / / WsSubscriptionSnapshot

Interface: WsSubscriptionSnapshot

Defined in: packages/server/src/ws/dispatcher.ts:102

Snapshot of an active subscription. Surfaced via WsDispatcher.snapshotSubscription.

Stable

Properties

PropertyModifierTypeDefined in
createdAtreadonlynumberpackages/server/src/ws/dispatcher.ts:108
lastEventIdreadonlystring | undefinedpackages/server/src/ws/dispatcher.ts:109
subjectreadonlystringpackages/server/src/ws/dispatcher.ts:104
subjectKindreadonly| "session-events" | "session-run-events" | "agent-run-events" | "workflow-events" | "workflow-run-events" | "memory-conflicts" | "audit-events"packages/server/src/ws/dispatcher.ts:105
subscriberIdreadonlystringpackages/server/src/ws/dispatcher.ts:106
subscriptionIdreadonlystringpackages/server/src/ws/dispatcher.ts:103
tokenIdreadonlystringpackages/server/src/ws/dispatcher.ts:107