Phive\Queue\Tests\Handler\TarantoolHandler::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->tarantool = new \Tarantool($this->getOption('host'), $this->getOption('port'));
    }