Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
communication_response_not_existing_service.php File Reference

Go to the source code of this file.

Variables

 return ['communication'=> ['topics'=> ['customerCreated'=> ['name'=> 'customerCreated', 'is_synchronous'=> false, 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'request_type'=> 'object_interface', 'response'=> \Magento\Customer\Api\Data\InvalidInterface::class, 'handlers'=> [],],]]]
 

Variable Documentation

◆ return

return[ 'communication'=> [ 'topics'=> [ 'customerCreated'=> [ 'name'=> 'customerCreated', 'is_synchronous'=> false, 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'request_type'=> 'object_interface', 'response'=> \Magento\Customer\Api\Data\InvalidInterface::class, 'handlers'=> [],],]]]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 20 of file communication_response_not_existing_service.php.