Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

16 строки
919 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd">
  9. <topic name="demo.exception" request="Magento\TestModuleMysqlMq\Model\DataObject"/>
  10. <topic name="demo.connection.exception" request="Magento\TestModuleMysqlMq\Model\DataObject"/>
  11. <topic name="test.schema.defined.by.method" schema="Magento\TestModuleMysqlMq\Model\DataObjectRepository::delayedOperation" is_synchronous="false"/>
  12. <topic name="demo.object.created" request="Magento\TestModuleMysqlMq\Model\DataObject"/>
  13. <topic name="demo.object.updated" request="Magento\TestModuleMysqlMq\Model\DataObject"/>
  14. <topic name="demo.object.custom.created" request="Magento\TestModuleMysqlMq\Model\DataObject"/>
  15. </config>