Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-types / BridgeStreamsAPI

Interface: BridgeStreamsAPI

Defined in: packages/fireflow-types/src/miniapp/bridge.ts:91

Tier 2: DBOS streams (real-time subscriptions).

Properties

subscribe()

subscribe: (workflowId, streamKey, opts?) => StreamHandle

Defined in: packages/fireflow-types/src/miniapp/bridge.ts:92

Parameters

workflowId

string

streamKey

string

opts?

StreamSubscribeOpts

Returns

StreamHandle

Licensed under BUSL-1.1