string getName() Get the name of the queued job class.
void delete() Delete the job from the queue.
void failed(Exception $e)
Container getContainer()
bool isDeletedOrReleased() Determine if the job has been deleted or released
string getJobId() Get the job identifier.
abstract int attempts() Get the number of times the job
DatabaseQueue getDatabaseQueue()
array payload() Get the decoded body of the job.
string resolveName() Get the resolved name of the queued job class.
Page 8 of 13