abstract string getRawBody() Get the raw body string for the job. Return Value string
string getRawBody() Get the raw body string for the job. 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
Container getContainer() Get the service container instance. Return Value Container
void fire() Fire the job. Return Value void
void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void
Page 573 of 996