Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
communication_request_not_existing_service.php
Go to the documentation of this file.
1 <?php
7 return [
8  'communication' => [
9  'topics' => [
10  'customerCreated' => [
11  'name' => 'customerCreated',
12  'is_synchronous' => false,
13  'request' => \Magento\Customer\Api\Data\InvalidInterface::class,
14  'request_type' => 'object_interface',
15  'response' => null,
16  'handlers' => [],
17  ],
18  ]
19  ]
20 ];