Interface JetStreamOptions

Options to a JetStream options applied to all JetStream or JetStreamManager requests.

Hierarchy

Properties

apiPrefix?: string

Prefix required to interact with JetStream. Must match server configuration.

domain?: string

Name of the JetStream domain. This value automatically modifies the default JetStream apiPrefix.

timeout?: number

Number of milliseconds to wait for a JetStream API request.

Default

ConnectionOptions.timeout

See

ConnectionOptions.timeout

Generated using TypeDoc