Consumer
Magento\Catalog\Model\Attribute\Backend\Consumer
What it does
This class processes asynchronous bulk operations for updating product attributes in Magento 2.
When mass attribute updates are performed on multiple products, this consumer handles each operation in the message queue, applies the attribute changes, and triggers necessary reindexing (price and flat indexes).
Developers would interact with this class when implementing or troubleshooting bulk product attribute update operations that run in the background.
Public Methods
- process()