class
Illuminate
/
Queue
/
Events
/
QueueBusy
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
QueueBusy
Properties
public
$connection string
The connection name.
Default: null
public
$queue string
The queue name.
Default: null
public
$size int
The size of the queue.
Default: null
Methods
public
__construct ( $connection , $queue , $size ) : void
Create a new event instance.
Parameters
- $connection string
- $queue string
- $size int