Kraken\Runtime\Container\Manager\ThreadManagerNull::sendCommand PHP Method

sendCommand() public method

public sendCommand ( $alias, $command, $params = [] )
    public function sendCommand($alias, $command, $params = [])
    {
        return Promise::doReject(new RejectionException("Command to [{$alias}] cannot be send on null manager."));
    }