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

Go to the source code of this file.

Variables

 return ['communication'=> ['topics'=> ['customerDeleted'=> ['name'=> 'customerDeleted', 'is_synchronous'=> true, 'request'=> [['param_name'=> 'customer', 'param_position'=> 0, 'is_required'=> true, 'param_type'=> \Magento\Customer\Api\Data\CustomerInterface::class,],], 'request_type'=> 'service_method_interface', 'response'=> 'bool', 'handlers'=> ['customHandler'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'deleteById',], 'defaultHandler'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'get',],],],]]]
 

Variable Documentation

◆ return

return[ 'communication'=> [ 'topics'=> [ 'customerDeleted'=> [ 'name'=> 'customerDeleted', 'is_synchronous'=> true, 'request'=> [ [ 'param_name'=> 'customer', 'param_position'=> 0, 'is_required'=> true, 'param_type'=> \Magento\Customer\Api\Data\CustomerInterface::class,],], 'request_type'=> 'service_method_interface', 'response'=> 'bool', 'handlers'=> [ 'customHandler'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'deleteById',], 'defaultHandler'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'get',],],],]]]

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

Definition at line 36 of file communication_multiple_handlers_synchronous_mode.php.