Phive\Queue\Tests\Handler\TarantoolHandler::configure PHP 메소드

configure() 보호된 메소드

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