class QueueSize

Properties

list<class-string> $listen

The events to listen for.

Methods

static array
getQueuesToRecord()

Get the queues (with connections) that should be recoeded.

void
record(IsolatedBeat $event)

Record the job.

Details

at line 25
static array getQueuesToRecord()

Get the queues (with connections) that should be recoeded.

Return Value

array

at line 36
void record(IsolatedBeat $event)

Record the job.

Parameters

IsolatedBeat $event

Return Value

void