CallQueuedHandler
class CallQueuedHandler (View source)
Methods
void __construct(Dispatcher $dispatcher) Create a new handler 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.