interface FirehoseOptions

Options for the Firehose class.

Properties

cursor?: string

The cursor to listen from. If not provided, the firehose will start from the latest event.

setCursorInterval?: number

How frequently to update the stored cursor, in milliseconds.

Default: 5000