\App\Console\CommandsWorkerMan

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
No constants found
No protected methods found
$signature
$description
N/A
start()
startGateWay()
startBusinessWorker()
startRegister()
No private properties found
N/A

Properties

$signature

$signature : string

The name and signature of the console command.

命令名称及签名

Type

string

$description

$description : string

The console command description.

命令描述

Type

string

Methods

__construct()

__construct() : void

Create a new command instance.

创建命令

handle()

handle() 

Execute the console command.

执行命令

start()

start() 

startGateWay()

startGateWay() 

gateway进程启动脚本,包括端口号等设置

startBusinessWorker()

startBusinessWorker() 

businessWorker进程启动脚本

startRegister()

startRegister() 

注册服务启动脚本