Interface
AsyncConfigMessageInterface
Magento\AsyncConfig\Api\Data\AsyncConfigMessageInterface
What it does
This interface defines a contract for async configuration message data objects in Magento 2.
Developers implement this interface when creating message classes that need to pass configuration data through Magento's asynchronous message queue system, typically for handling configuration changes that should be processed in the background.
Public Methods
- getConfigData()
- setConfigData()