Kraken\Channel\Protocol\ProtocolInterface::setMessage PHP Метод

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

This method sets message only if it was not set already. To force replacement $reassing flag needs to be set to true.
public setMessage ( string $message, boolean $reassign = false ) : Kraken\Channel\Protocol\ProtocolInterface
$message string
$reassign boolean
Результат Kraken\Channel\Protocol\ProtocolInterface
    public function setMessage($message, $reassign = false);