JobQueueing
class JobQueueing (View source)
Methods
void
__construct(string $connectionName, string $queue, Closure|string|object $job, string $payload, int|null $delay)
Create a new event instance.
array
payload()
Get the decoded job payload.
Details
void
__construct(string $connectionName, string $queue, Closure|string|object $job, string $payload, int|null $delay)
Create a new event instance.
array
payload()
Get the decoded job payload.