PendingDispatch
class PendingDispatch
Methods
void
__construct(mixed $job)
Create a new pending job dispatch.
$this
onConnection(string|null $connection)
Set the desired connection for the job.
$this
onQueue(string|null $queue)
Set the desired queue for the job.
void
__destruct()
Handle the object's destruction.
Details
at line 13
void
__construct(mixed $job)
Create a new pending job dispatch.
at line 24
$this
onConnection(string|null $connection)
Set the desired connection for the job.
at line 37
$this
onQueue(string|null $queue)
Set the desired queue for the job.
at line 50
$this
delay(DateTime|int|null $delay)
Set the desired delay for the job.
at line 62
void
__destruct()
Handle the object's destruction.