W3cubDocs

/Laravel 8

InvokeQueuedClosure

class InvokeQueuedClosure (View source)

Methods

void handle(SerializableClosure $closure, array $arguments)

Handle the event.

void failed(SerializableClosure $closure, array $arguments, array $catchCallbacks, Throwable $exception)

Handle a job failure.

Details

void handle(SerializableClosure $closure, array $arguments)

Handle the event.

Parameters

SerializableClosure $closure
array $arguments

Return Value

void

void failed(SerializableClosure $closure, array $arguments, array $catchCallbacks, Throwable $exception)

Handle a job failure.

Parameters

SerializableClosure $closure
array $arguments
array $catchCallbacks
Throwable $exception

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Events/InvokeQueuedClosure.html