Interface
IndexHandlerInterface
Magento\InventoryMultiDimensionalIndexerApi\Model\IndexHandlerInterface
What it does
This interface defines the contract for managing multi-dimensional inventory index data in Magento 2.
Developers implement this interface to create custom index handlers that can save inventory data to an index or remove documents from it, typically when inventory quantities or stock statuses change across different dimensions like sources and stocks.
Public Methods
- saveIndex()
- cleanIndex()