Type Alias OrderedConsumerRecreated

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

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 declaration

  • name: string
  • type: "ordered_consumer_recreated"