import { type StreamAPI } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";
Methods
Returns the information about the specified stream
Adds a new stream with the specified stream configuration.
Updates the stream configuration for the specified stream.
Purges messages from a stream that match the specified purge options.
Lists all streams stored by JetStream
Deletes the specified message sequence from the stream
Retrieves the message matching the specified query. Messages can be retrieved by sequence number or by last sequence matching a subject.
Returns a list of KvStatus for all streams that are identified as
being a KV (that is having names that have the prefix KV_
)
Returns a list of ObjectStoreInfo for all streams that are identified as
being a ObjectStore (that is having names that have the prefix OBJ_
)
Return a Lister of stream names
Returns a Stream object