FailedJobProviderInterface (Queue\Failed)

FailedJobProviderInterface

interface FailedJobProviderInterface (View source)

Methods

登录查看完整内容
void log( string $connection, string $queue, string $payload)

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.