Kraken\Channel\ChannelInterface::sendAsync PHP Method

sendAsync() public method

This method only enables sending asynchronous messages. For more complex options use send() method.
See also: ChannelInterface::send
public sendAsync ( string | string[] $name, string | string[] | Kraken\Channel\Protocol\ProtocolInterface $message, integer $flags = Channel::MODE_DEFAULT ) : boolean | bool[]
$name string | string[]
$message string | string[] | Kraken\Channel\Protocol\ProtocolInterface
$flags integer
return boolean | bool[]
    public function sendAsync($name, $message, $flags = Channel::MODE_DEFAULT);