AsyncConfigPublisherInterface
Magento\AsyncConfig\Api\AsyncConfigPublisherInterface
What it does
This interface defines a contract for publishing configuration data asynchronously in Magento 2.
Developers implement this interface when they need to save configuration changes in a non-blocking way, typically for bulk configuration updates or when saving config data should not delay the main request.
It's used in scenarios where configuration changes need to be queued and processed later to improve performance.
Public Methods
- saveConfigData()