Interface
BatchIteratorInterface
Magento\DataExporter\Model\Batch\BatchIteratorInterface
What it does
This interface defines a contract for iterating through batches of data in Magento's data export operations.
Developers use this when implementing batch processing functionality that needs to handle retry logic for failed batch items, allowing the system to mark specific batches for reprocessing if export operations fail.
Public Methods
- markBatchForRetry()