Log in
Model

Consumer

Magento\Catalog\Model\Attribute\Backend\Consumer

What it does

This class is a message queue consumer that processes asynchronous bulk operations for updating product attributes in Magento 2.

Developers would use this when performing mass attribute updates on products, as it handles the background processing, updates the necessary indexes (price and flat), and manages operation status with proper error handling and retry logic for database-related failures.

Public Methods

  • process()