void __construct(Container $container, string $payload, string $queue)
bool isReleased() Determine if the job was released back into the queue
Container getContainer()
string getRawBody() Get the raw body string for the job.
SyncJob class SyncJob extends Job
DatabaseQueue getDatabaseQueue()
bool isDeleted() Determine if the job has been deleted.
void __construct(Container $container, SqsClient $sqs, string $queue
void failed(Exception $e)
string getJobId() Get the job identifier.
Page 8 of 13