class JobQueueing (View source)
| string | $connectionName | The connection name. | |
| string | $queue | The queue name. | |
| Closure|string|object | $job | The job instance. | |
| string | $payload | The job payload. | |
| int|null | $delay | The number of seconds the job was delayed. |
| void | __construct(string $connectionName, string $queue, Closure|string|object $job, string $payload, int|null $delay)
Create a new event instance. | |
| array | payload()
Get the decoded job payload. |
Create a new event instance.
Get the decoded job payload.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Queue/Events/JobQueueing.html