Kraken\Channel\Protocol\ProtocolInterface::setPid PHP Method

setPid() public method

This method sets ID only if it was not set already. To force replacement $reassing flag needs to be set to true.
public setPid ( string $pid, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface
$pid string
$reassign boolean
return Kraken\Channel\Protocol\ProtocolInterface
    public function setPid($pid, $reassign = false);