<?xml version="1.0"?>
<!--
/**
 * @copyright: Copyright © 2020 Firebear Studio. All rights reserved.
 * @author   : Firebear Studio <fbeardev@gmail.com>
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd">
    <topic name="sap.customer.update" request="Magento\Customer\Api\Data\CustomerInterface">
        <handler name="sap.customer.update.handler" type="Firebear\PlatformSap\Model\Customer\UpdateConsumer" method="processMessage" />
    </topic>
    <topic name="sap.order.update" request="string">
        <handler name="sap.order.update.handler" type="Firebear\PlatformSap\Model\Order\UpdateConsumer" method="processMessage" />
    </topic>
</config>
