Log in
Model

MassConsumerEnvelopeCallback

Magento\AsynchronousOperations\Model\MassConsumerEnvelopeCallback

What it does

This class serves as a callback handler for Magento's asynchronous bulk operations consumer.

It processes messages from the message queue, validates topics, executes operations through the OperationProcessor, and handles message acknowledgment, rejection, and various error scenarios like connection losses or message locks.

Developers typically don't instantiate this directly but it's automatically used by the async consumer to process bulk operations in the background.

Public Methods

  • execute()
  • getQueue()