class Illuminate / Events / InvokeQueuedClosure
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

InvokeQueuedClosure

Methods

public

handle ( $closure , array $arguments ) : void

Handle the event.

Parameters

  • $closure Laravel\...\SerializableClosure
  • $arguments array
public

failed ( $closure , array $arguments , array $catchCallbacks , $exception ) : void

Handle a job failure.

Parameters

  • $closure Laravel\...\SerializableClosure
  • $arguments array
  • $catchCallbacks array
  • $exception Throwable