class LongWaitDetected

Methods

__construct(string $connection, string $queue, int $seconds)

Create a new event instance.

toNotification()

Get a notification representation of the event.

Details

at line 19
__construct(string $connection, string $queue, int $seconds)

Create a new event instance.

Parameters

string $connection

the queue connection name

string $queue

the queue name

int $seconds

the wait time in seconds

at line 29
LongWaitDetectedNotification toNotification()

Get a notification representation of the event.