Rx\Operator\RetryWhenOperator::__construct PHP Method

__construct() public method

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