Disque\Connection\Node\Node::execute PHP Метод

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

Execute a command on this Disque node
public execute ( Disque\Command\CommandInterface $command ) : mixed
$command Disque\Command\CommandInterface
Результат mixed Response
    public function execute(CommandInterface $command)
    {
        return $this->connection->execute($command);
    }