class JobQueueing

Methods

__construct(string $connectionName, string|null $queue, object|string $job, string $payload, int|null $delay)

Create a new event instance.

array
payload()

Get the decoded job payload.

Details

at line 16
__construct(string $connectionName, string|null $queue, object|string $job, string $payload, int|null $delay)

Create a new event instance.

Parameters

string $connectionName
string|null $queue
object|string $job
string $payload
int|null $delay

at line 28
array payload()

Get the decoded job payload.

Return Value

array