class JobQueued

Methods

__construct(string $connectionName, string|null $queue, int|string|null $id, 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, int|string|null $id, object|string $job, string $payload, int|null $delay)

Create a new event instance.

Parameters

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

at line 29
array payload()

Get the decoded job payload.

Return Value

array