WebapiAsync Module
BulkServiceConfig
This class manages configuration for Magento's Bulk Async Web API services. It transforms standard Web API routes into bulk operation endpoints by fil...
Config
This class manages configuration for Magento 2's asynchronous Web API functionality. It generates and caches topic names for message queue operations...
OperationRepository
This repository creates asynchronous operation entities for Magento's Web API async functionality. Developers use this when processing REST API reques...
ServiceConfig
This class provides access to asynchronous web API service configurations defined in webapi_async.xml files across all modules. Developers use it to r...
ServiceConfig\Converter
This class converts webapi_async.xml configuration files into a structured array format that Magento can use at runtime. Developers would interact wit...
ServiceConfig\Reader
This class reads and parses webapi_async.xml configuration files from Magento 2 modules to load asynchronous web API service definitions. Developers u...
ServiceConfig\SchemaLocator
This class locates and provides the path to the XSD schema file used to validate Magento 2's asynchronous Web API configuration files (webapi_async.xm...