array payload() Get the decoded body of the job.
void failed(Exception $e)
bool isReleased() Determine if the job was released back into the queue
Container getContainer()
string getQueue() Get the name of the queue the job belongs to.
string getName() Get the name of the queued job class.
void __construct(Container $container, string $payload, string $queue)
void release(int $delay) Release the job back into the queue.
Page 6 of 13