test-magenx / module-webapi-async
无
100.4.1
2021-10-10 22:18 UTC
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 103.0.*
- magento/framework-message-queue: 100.4.*
- magento/module-asynchronous-operations: 100.4.*
- magento/module-webapi: 100.4.*
Suggests
- magento/module-customer: 103.0.*
- magento/module-user: 101.2.*
This package is auto-updated.
Last update: 2024-09-13 07:31:56 UTC
README
Magento_WebapiAsync 模块扩展了 Webapi 扩展,并提供了处理异步请求的功能。
Magento_WebapiAsync 模块处理异步请求,调度、发布和从队列中消费批量操作。
安装详情
在安装此模块之前,请注意,Magento_WebapiAsync 依赖于以下模块
- Magento_AsynchronousOperations
- Magento_Customer
- Magento_User
- Magento_Webapi
有关启用或禁用模块的信息,请参阅启用或禁用模块。
结构
Code/
- 包含远程服务读取配置文件的目录。
有关模块典型文件结构的更多信息,请参阅模块文件结构。
可扩展性
扩展开发者可以与 Magento_WebapiAsync 模块交互。有关 Magento 扩展机制的更多信息,请参阅Magento 插件。
Magento 依赖注入机制允许你覆盖 Magento_WebapiAsync 模块的功能。