JobQueued
class JobQueued (View source)
Properties
| string | $connectionName | The connection name. | |
| string|int|null | $id | The job ID. | |
| Closure|string|object | $job | The job instance. |
Methods
| void | __construct(string $connectionName, string|int|null $id, Closure|string|object $job)
Create a new event instance. |
Details
void __construct(string $connectionName, string|int|null $id, Closure|string|object $job)
Create a new event instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/9.x/Illuminate/Queue/Events/JobQueued.html