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

    Type Alias OrderedConsumerOptions

    These options are a subset of ConsumerConfig and ConsumerUpdateConfig

    type OrderedConsumerOptions = {
        deliver_policy: DeliverPolicy;
        filter_subjects: string[] | string;
        headers_only: boolean;
        inactive_threshold: number;
        name_prefix: string;
        opt_start_seq: number;
        opt_start_time: string;
        replay_policy: ReplayPolicy;
    }
    Index

    Properties

    deliver_policy: DeliverPolicy
    filter_subjects: string[] | string
    headers_only: boolean
    inactive_threshold: number
    name_prefix: string
    opt_start_seq: number
    opt_start_time: string
    replay_policy: ReplayPolicy