選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

15 行
560 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"
  9. xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd">
  10. <topic name="media.gallery.synchronization" is_synchronous="false" request="string[]">
  11. <handler name="media.gallery.synchronization.handler"
  12. type="Magento\MediaGallerySynchronization\Model\Consume" method="execute"/>
  13. </topic>
  14. </config>