WorkerPoolConfig
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $systemNamePrefix : string
- $workerCount : int
Methods
- withSystemNamePrefix() : self
- withThreads() : self
Properties
$systemNamePrefix
public
string
$systemNamePrefix
= 'worker'
$workerCount
public
int
$workerCount
Methods
withSystemNamePrefix()
public
withSystemNamePrefix(string $prefix) : self
Parameters
- $prefix : string
Return values
selfwithThreads()
public
static withThreads(int $workerCount) : self
Parameters
- $workerCount : int