Kraken\Channel\ChannelInterface::sendAsync PHP 메소드

sendAsync() 공개 메소드

This method only enables sending asynchronous messages. For more complex options use send() method.
또한 보기: 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
리턴 boolean | bool[]
    public function sendAsync($name, $message, $flags = Channel::MODE_DEFAULT);