Deletes the specified stream
Deletes the specified message sequence from the stream
Optional
erase: booleanerase the message - by default true
Find the stream that stores the specified subject.
Retrieves the message matching the specified query. Messages can be retrieved by sequence number or by last sequence matching a subject.
Returns the information about the specified stream
Optional
opts: Partial<StreamInfoRequestOptions>Lists all streams stored by JetStream
Optional
subject: stringonly return streams that include the specified subject
Return a Lister of stream names
Optional
subject: stringif specified, the results are filtered to streams that contain the subject (can be wildcarded)
Purges messages from a stream that match the specified purge options.
Optional
opts: PurgeOptsUpdates the stream configuration for the specified stream.
Adds a new stream with the specified stream configuration.