Log in
Model

Consumer

Magento\ImportExport\Model\Export\Consumer

What it does

This class is a message queue consumer that handles asynchronous export operations in Magento 2.

When an export request is queued, this consumer processes it by executing the export, saving the generated file to the var/import_export directory, and notifying the admin user of success or failure.

Developers would use this when implementing custom export functionality that needs to run asynchronously to avoid timeouts for large datasets.

Public Methods

  • process()