DatabaseFailedJobProvider

DatabaseFailedJobProvider

class DatabaseFailedJobProvider implements FailedJobProviderInterface (View source)

Methods

void __construct(ConnectionResolverInterface $resolver, string $database, string $table)

Create a new database failed job provider.

int|null log(string $connection, string $queue, string $payload, Exception $exception)

Log a failed job into storage.

array all()

Get a list of all of the failed jobs.

array find(mixed $id)

Get a single failed job.

bool forget(mixed $id)

Delete a single failed job from storage.

void flush()

Flush all of the failed jobs from storage.

doc_Laravel
2016-11-02 16:14:01
Comments
Leave a Comment

Please login to continue.