string getQueue() Get the name of the queue the job belongs to.
string getName() Get the name of the queued job class.
string getJobId() Get the job identifier.
bool isReleased() Determine if the job was released back into the queue
array payload() Get the decoded body of the job.
__construct(Container $container,
void fire() Fire the job. Return Value
bool isDeletedOrReleased() Determine if the job has been deleted or released
Page 9 of 13