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

    Type Alias NextMsgRequest

    Request the first message matching specified subject found on or after the specified optional sequence.

    type NextMsgRequest = {
        next_by_subj: string;
        seq?: number;
    }
    Index

    Properties

    Properties

    next_by_subj: string
    seq?: number