Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Namespaces | Data Structures | Functions
Magento\MessageQueue\Model\Cron Namespace Reference

Namespaces

 ConsumersRunner
 

Data Structures

class  ConsumersRunner
 

Functions

 gethostname ()
 

Detailed Description

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

Function Documentation

◆ gethostname()

Magento\MessageQueue\Model\Cron\gethostname ( )
Returns
string

Definition at line 13 of file consumers_runner_functions_mocks.php.

14 {
15  return 'myHost@Name';
16 }