Model

Processor

Magento\CatalogInventory\Model\Indexer\Stock\Processor

What it does

This processor class manages the execution of the catalog inventory stock indexer in Magento 2.

Developers use this class to programmatically trigger stock index reindexing operations after inventory changes, such as when product quantities are updated or stock status changes.

It extends AbstractProcessor to handle both full and partial reindex operations for the cataloginventory_stock indexer.