On this page
JobRetryRequested
class JobRetryRequested (View source)
Properties
| stdClass | $job | The job instance. |
|
| protected array|null | $payload | The decoded job payload. |
Methods
| void | __construct(stdClass $job) Create a new event instance. |
|
| array | payload() The job payload. |
Details
void __construct(stdClass $job)
Create a new event instance.
array payload()
The job payload.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/9.x/Illuminate/Queue/Events/JobRetryRequested.html