AsyncConfig Module
Api\AsyncConfigPublisherInterface
This interface defines a contract for publishing configuration data asynchronously in Magento 2. Developers implement this interface when they need to...
Api\Data\AsyncConfigMessageInterface
This interface defines a contract for async configuration message data objects in Magento 2. Developers implement this interface when creating message...
AsyncConfigPublisher
This class publishes configuration data changes to a message queue for asynchronous processing in Magento 2. Developers use it when saving configurati...
Consumer
This consumer class processes asynchronous configuration save operations in Magento 2. Developers use this when configuration changes are queued via m...
Entity\AsyncConfigMessage
This class serves as a data transfer object (DTO) for asynchronous configuration messages in Magento 2. Developers use it to encapsulate configuration...