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

    Type Alias SlowConsumerStatus

    type SlowConsumerStatus = {
        pending: number;
        sub: Subscription;
        type: "slowConsumer";
    }
    Index

    Properties

    Properties

    pending: number
    type: "slowConsumer"