Constructs this factory object.
string $name: The name of the queue.
\Drupal\Core\Database\Connection $connection: The Connection object containing the key-value tables.
function __construct($name, Connection $connection) {
$this->name = $name;
$this->connection = $connection;
}