Rx\Operator\RetryOperator::__construct PHP Метод

__construct() публичный Метод

RetryOperator constructor.
public __construct ( integer $retryCount )
$retryCount integer
    public function __construct($retryCount = -1)
    {
        $this->retryCount = $retryCount;
    }