@nats-io/jetstream
    Preparing search index...

    Type Alias Closed

    A type that reports via a promise when an object such as a connection or subscription closes.

    type Closed = {
        closed: Promise<void>;
    }
    Index

    Properties

    Properties

    closed: Promise<void>

    A promise that when resolves, indicates that the object is closed.