\Freyo\LaravelQueueCMQ\Queue\JobsCMQJob

Summary

Methods
Properties
Constants
__construct()
getJobId()
getRawBody()
attempts()
fire()
delete()
release()
No public properties found
No constants found
No protected methods found
$connection
$message
N/A
No private methods found
No private properties found
N/A

Properties

$connection

$connection : 

Type

$message

$message : 

Type

Methods

getJobId()

getJobId() : string

Get the job identifier.

Returns

string

getRawBody()

getRawBody() : string

Get the raw body of the job.

Returns

string

attempts()

attempts() : integer

Get the number of times the job has been attempted.

Returns

integer

fire()

fire() : void

Fire the job.

delete()

delete() : void

Delete the job from the queue.

release()

release(integer  $delay) : void

Release the job back into the queue.

Parameters

integer $delay