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.
void failed(SerializableClosure $closure, array $arguments, array $catchCallbacks, Throwable $exception)
Handle a job failure.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Events/InvokeQueuedClosure.html