array getSqsJob() Get the underlying raw SQS job. Return Value array
void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
bool isDeleted() Determine if the job has been deleted. Return Value bool
string getJobId() Get the job identifier. Return Value string
string getQueue() Get the name of the queue the job belongs to. Return Value string
string getName() Get the name of the queued job class. Return Value string
string getRawBody() Get the raw body string for the job. Return Value string
SqsClient getSqs() Get the underlying SQS client instance. Return Value SqsClient
void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void
Page 124 of 996