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

    Type Alias AbortOnMissingResource

    type AbortOnMissingResource = {
        abort_on_missing_resource?: boolean;
    }
    Index

    Properties

    abort_on_missing_resource?: boolean

    If true, consume will abort if the stream or consumer is not found. Default is to recover once the stream/consumer is restored. This option is exclusive of bind.