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