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

createQueue() public method

public createQueue ( )
    public function createQueue()
    {
        return new TarantoolQueue($this->tarantool, $this->getOption('tube_name'), $this->getOption('space'));
    }