SqsJob class SqsJob extends Job
string getJobId() Get the job identifier.
void delete() Delete the job from the queue.
void release(int $delay) Release the job back into the queue.
string getQueue() Get the name of the queue the job belongs to.
bool isDeleted() Determine if the job has been deleted.
string resolveName() Get the resolved name of the queued job class.
bool isDeletedOrReleased() Determine if the job has been deleted or released
string getRawBody() Get the raw body string for the job.
Page 12 of 13