Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-inventory-sales/etc/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-inventory-sales/etc/communication.xml

<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd">
    <topic name="inventory.reservations.update" is_synchronous="false" request="\Magento\InventorySales\Plugin\Catalog\Model\SkuDataForReservationUpdate[]">
        <handler name="inventory.reservations.update.handler" type="Magento\InventorySales\Model\ResourceModel\UpdateReservationsBySkus" method="execute" />
    </topic>
    <topic name="inventory.reservations.cleanup" is_synchronous="false" request="string[]">
        <handler name="inventory.reservations.delete.handler" type="Magento\InventorySales\Model\ResourceModel\DeleteReservationsBySkus" method="execute" />
    </topic>
</config>