Log in
Interface

FeedIndexProcessorInterface

Magento\DataExporter\Model\Indexer\FeedIndexProcessorInterface

What it does

This interface defines the contract for feed index processors in Magento's data export system.

Developers implement this interface to create custom indexing strategies for exporting data to external systems, supporting both full reindexing of all entities and partial reindexing of specific entity IDs.

It's used when building integrations that need to sync Magento data to external services or data warehouses.

Public Methods

  • partialReindex()
  • fullReindex()