class
Illuminate
/
Queue
/
ListenerOptions
You are viewing an older version of the documentation. For the latest, please visit master documentation.
ListenerOptions
Extends
Properties
public
$environment string
The environment the worker should run in.
Default: null
Methods
public
__construct ( $name , $environment , $backoff , $memory , $timeout , $sleep , $maxTries , $force ) : void
Create a new listener options instance.
Parameters
- $name string
- $environment string|null
- $backoff int
- $memory int
- $timeout int
- $sleep int
- $maxTries int
- $force bool