CallQueuedHandler
class CallQueuedHandler (View source)
Methods
void | __construct(Container $container) Create a new job instance. | |
void | call(Job $job, array $data) Handle the queued job. | |
void | failed(array $data, Exception $e) Call the failed method on the job instance. |
Please login to continue.