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

    Variable DeliverPolicyConst

    DeliverPolicy: {
        All: "all";
        Last: "last";
        LastPerSubject: "last_per_subject";
        New: "new";
        StartSequence: "by_start_sequence";
        StartTime: "by_start_time";
    } = ...

    Type declaration

    • ReadonlyAll: "all"

      Deliver all messages

    • ReadonlyLast: "last"

      Deliver starting with the last message

    • ReadonlyLastPerSubject: "last_per_subject"

      Deliver starting with the last messages for every subject

    • ReadonlyNew: "new"

      Deliver starting with new messages

    • ReadonlyStartSequence: "by_start_sequence"

      Deliver starting with the specified sequence

    • ReadonlyStartTime: "by_start_time"

      Deliver starting with the specified time