Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
communication_topic_with_excessive_keys.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\CustomerInterface::class,
14  'request_type' => 'object_interface',
15  'response' => null,
16  'handlers' => [],
17  'some_incorrect_key' => 'value'
18  ],
19  ]
20  ]
21 ];