跳到主要内容

Variable: SdkEventsSubscribeArgsSchema

const SdkEventsSubscribeArgsSchema: TObject<{ cursor: TOptional<TInteger>; name: TString; }>

Defined in: packages/contracts/src/sdkOps.ts:1047

§18 live-delivery subscription args (Stage F). cursor is a best-effort starting point for the worker-side replay fallback: the host delivers every event emitted after the subscription is registered, regardless of cursor.