magenxcommerce/module-webapi-async

N/A

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

👁 magenxcommerce

Package info

github.com/magenxcommerce/module-webapi-async

Type:magento2-module

pkg:composer/magenxcommerce/module-webapi-async

Statistics

Installs: 118

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

100.4.1 2021-10-20 06:17 UTC

Requires

  • php: ~7.3.0||~7.4.0
  • magenxcommerce/framework: 103.0.*
  • magenxcommerce/framework-message-queue: 100.4.*
  • magenxcommerce/module-asynchronous-operations: 100.4.*
  • magenxcommerce/module-webapi: 100.4.*

Requires (Dev)

None

Suggests

Provides

None

Conflicts

None

Replaces

  • magento/module-webapi-async: *

OSL-3.0, AFL-3.0 18b5237bd57ac9ac276cfff379e56a3d6ae47bb9


README

Magento_WebapiAsync module extends Webapi extension and provide functional to process asynchronous requests.

Magento_WebapiAsync module handles asynchronous requests, schedule, publish and consume bulk operations from a queue.

Installation details

Before installing this module, note that the Magento_WebapiAsync is dependent on the following modules:

  • Magento_AsynchronousOperations
  • Magento_Customer
  • Magento_User
  • Magento_Webapi

For information about enabling or disabling a module, see Enable or disable modules.

Structure

Code/ - the directory that contains Remote service reader configuration files.

For information about a typical file structure of a module, see Module file structure.

Extensibility

Extension developers can interact with the Magento_WebapiAsync module. For more information about the Magento extension mechanism, see Magento plug-ins.

The Magento dependency injection mechanism enables you to override the functionality of the Magento_WebapiAsync module.