ManaPHP\Message\QueueInterface::push PHP Метод

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

public push ( string $topic, string $body, integer $priority = self::PRIORITY_NORMAL ) : void
$topic string
$body string
$priority integer
Результат void
    public function push($topic, $body, $priority = self::PRIORITY_NORMAL);