Queueable
trait Queueable (View source)
Properties
string | $queue | The name of the queue the job should be sent to. | |
int | $delay | The seconds before the job should be made available. |
Methods
$this | onQueue(string $queue) Set the desired queue for the job. | |
$this | delay(int $delay) Set the desired delay for the job. |
Details
$this onQueue(string $queue)
Set the desired queue for the job.
$this delay(int $delay)
Set the desired delay for the job.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.1/Illuminate/Bus/Queueable.html