trait Illuminate / Foundation / Bus / DispatchesJobs
You are viewing an older version of the documentation. For the latest, please visit master documentation.

DispatchesJobs

Methods

protected

dispatch ( $job ) : mixed

Dispatch a job to its appropriate handler.

Parameters

  • $job mixed
deprecated public

dispatchNow ( $job ) : mixed

Dispatch a job to its appropriate handler in the current process.

Parameters

  • $job mixed
public

dispatchSync ( $job ) : mixed

Dispatch a job to its appropriate handler in the current process.

Parameters

  • $job mixed