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

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

RetryWhenOperator constructor.
public __construct ( callable $notificationHandler )
$notificationHandler callable
    public function __construct(callable $notificationHandler)
    {
        $this->notificationHandler = $notificationHandler;
    }
RetryWhenOperator