array payload() Get the decoded body of the job.
bool isDeleted() Determine if the job has been deleted.
string getJobId() Get the job identifier.
string getQueue() Get the name of the queue the job belongs to.
int attempts() Get the number of times the job has been attempted.
void failed(Exception $e)
bool isDeletedOrReleased() Determine if the job has been deleted or released
string getRawBody() Get the raw body string for the job.
Page 11 of 13