void __construct(Container $container,
string getName() Get the name of the queued job class.
array getIronJob() Get the underlying IronMQ job.
bool isDeleted() Determine if the job has been deleted.
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.
void release(int $delay) Release the job back into the queue.
void failed() Call the failed method on the job instance.
BeanstalkdJob class BeanstalkdJob extends Job
Page 4 of 13