void fire(Job $job, array $data) Fire the job. Parameters Job $job array $data Return Value void
QueuedJob class QueuedJob (View source) Methods void __construct(Kernel $kernel) Create a new job instance. void fire(Job $job, array $data) Fire the job.
mixed getQueueableId() Get the queueable identity for the entity. Return Value mixed
QueueableEntity interface QueueableEntity (View source) Methods mixed getQueueableId() Get the queueable identity for the entity.
array getQueueableIds() Get the identifiers for all of the entities. Return Value array
string|null getQueueableClass() Get the type of the entities being queued. Return Value string|null
QueueableCollection interface QueueableCollection (View source) Methods string|null getQueueableClass() Get the type of the entities being queued. array getQueueableIds() Get the identifiers for all of the entities.
$this onQueue(string|null $queue) Set the desired queue for the job. Parameters string|null $queue Return Value $this
$this onConnection(string|null $connection) Set the desired connection for the job. Parameters string|null $connection Return Value $this
$this delay(DateTime|int|null $delay) Set the desired delay for the job. Parameters DateTime|int|null $delay Return Value $this
Page 305 of 996