\addons\notice\jobsSendDataJob

Summary

Methods
Properties
Constants
fire()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

fire()

fire(\think\queue\Job  $job, array|mixed  $data) : mixed

fire方法是消息队列默认调用的方法

Parameters

\think\queue\Job $job

当前的任务对象

array|mixed $data

发布任务时自定义的数据

Returns

mixed —