Model
Consumer
Magento\AsyncConfig\Model\Consumer
What it does
This consumer class processes asynchronous configuration save operations in Magento 2.
Developers use this when configuration changes are queued via message queue instead of being saved synchronously, allowing the admin interface to respond faster while configuration updates are processed in the background by a message queue consumer.
Public Methods
- process()