Queueable
trait Queueable (View source)
Properties
Methods
$this
onConnection(
string|null $connection)
Set the desired connection for the job.
$this
onQueue(
string|null $queue)
Set the desired queue for the job.
$this
delay(
int|null $delay)
Set the desired delay for the job.