You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/WebapiAsync/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
1
# Magento_WebapiAsync module
2
2
3
-
**Magento_WebapiAsync** module extends Webapi extension and provide functional to process asynchronous requests.
3
+
Magento_WebapiAsync module extends Webapi extension and provide functional to process asynchronous requests.
4
4
5
-
**Magento_WebapiAsync** module handles asynchronous requests, schedule, publish and consume bulk operations from a queue.
5
+
Magento_WebapiAsync module handles asynchronous requests, schedule, publish and consume bulk operations from a queue.
6
6
7
7
## Installation details
8
8
9
-
Before installing this module, note that the **Magento_WebapiAsync** is dependent on the following modules:
9
+
Before installing this module, note that the Magento_WebapiAsync is dependent on the following modules:
10
10
11
11
- Magento_AsynchronousOperations
12
12
- Magento_Customer
13
13
- Magento_User
14
14
- Magento_Webapi
15
15
16
-
Please find here[how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
16
+
Refer to[how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
17
17
18
18
## Structure
19
19
20
20
`Code/` - the directory that contains Remote service reader configuration files.
21
21
22
-
For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
22
+
For information about a typical file structure of a module, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
0 commit comments