PersistentAI API Documentation / @persistent-ai/fireflow-types / INonDurableDeps
Interface: INonDurableDeps
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:310
Container for non-durable dependencies. Passed to DBOSContextService constructor when non-durable methods are needed.
Properties
client
client:
INonDurableClient
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:312
External client for workflow operations (wraps DBOSClient)
streamReader
streamReader:
INonDurableStreamReader
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:314
Stream reader for non-durable stream reading (wraps EventBus)