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

    Type Alias Advisory

    An advisory is an interesting event in the JetStream server

    type Advisory = {
        data: unknown;
        kind: AdvisoryKind;
    }
    Index

    Properties

    Properties

    data: unknown

    Payload associated with the advisory

    The type of the advisory