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

    Type Alias OrderedConsumerRecreated

    This notification is specific of ordered consumers and will be notified whenever the consumer is recreated. The argument is the name of the newly created consumer.

    type OrderedConsumerRecreated = {
        name: string;
        type: "ordered_consumer_recreated";
    }
    Index

    Properties

    Properties

    name: string
    type: "ordered_consumer_recreated"