Log in
Model

AsyncConfigMessage

Magento\AsyncConfig\Model\Entity\AsyncConfigMessage

What it does

This class serves as a data transfer object (DTO) for asynchronous configuration messages in Magento 2.

Developers use it to encapsulate configuration data that needs to be processed asynchronously through message queues, allowing configuration changes to be handled in the background without blocking the main application flow.

Public Methods

  • getConfigData()
  • setConfigData()