Kraken\Channel\ChannelInterface::pushAsync PHP Method

pushAsync() public method

This method only enables pushing asynchronous messages. For more complex options use push() method.
See also: ChannelInterface::push
public pushAsync ( 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 pushAsync($name, $message, $flags = Channel::MODE_DEFAULT);