Interface
ConfigInterface
Magento\AsynchronousOperations\Model\ConfigInterface
What it does
This interface defines the configuration contract for Magento's asynchronous web API operations.
Developers use this to retrieve service mappings for async topics and to get the topic name for a specific API route and HTTP method, enabling bulk operations to be processed asynchronously via message queues.
Public Methods
- getServices()
- getTopicName()