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

    Type Alias ConsumerDeleted

    Notification that the consumer was deleted. This notification means the consumer will not get messages unless it is recreated. The client will continue to attempt to pull messages. Ordered consumer will recreate it.

    type ConsumerDeleted = {
        code: number;
        description: string;
        type: "consumer_deleted";
    }
    Index

    Properties

    Properties

    code: number
    description: string
    type: "consumer_deleted"