SqsJob::fire()

void fire() Fire the job. Return Value void

SqsJob::failed()

void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void

SqsJob::delete()

void delete() Delete the job from the queue. Return Value void

SqsJob::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

SqsJob

SqsJob class SqsJob extends Job implements Job (View source) Methods int attempts() Get the number of times the job has been attempted. string getRawBody() Get the raw body string for the job. void fire() Fire the job. from Job void delete() Delete the job from the queue. bool isDeleted() Determine if the job has been deleted. from Job void release(int $delay) Release the job back into the queue. bool isReleased() Determine if the job was released back into the

SqsConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue

SqsConnector

SqsConnector class SqsConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.

SqlServerProcessor::processSelect()

array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array

SqlServerProcessor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

SqlServerProcessor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array