Skip to content

JetStreamStreamConfig

Defined in: src/io/broker/JetStreamActor.ts:105

Stream lifecycle policy at connect time.

readonly optional create?: boolean

Defined in: src/io/broker/JetStreamActor.ts:114

Auto-create or update at connect time. Default true.


readonly optional maxAge?: number

Defined in: src/io/broker/JetStreamActor.ts:112


readonly optional maxBytes?: number

Defined in: src/io/broker/JetStreamActor.ts:111


readonly optional maxMsgs?: number

Defined in: src/io/broker/JetStreamActor.ts:110


readonly name: string

Defined in: src/io/broker/JetStreamActor.ts:106


readonly optional retention?: "limits" | "interest" | "workqueue"

Defined in: src/io/broker/JetStreamActor.ts:108


readonly optional storage?: "memory" | "file"

Defined in: src/io/broker/JetStreamActor.ts:109


readonly subjects: readonly string[]

Defined in: src/io/broker/JetStreamActor.ts:107