All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.yandex.clickhouse.ResponseFactory Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ru.yandex.clickhouse;

import java.io.IOException;
import java.io.InputStream;

/**
 * Interface for consuming content from server response and
 * @param  type of response
 */
public interface ResponseFactory {

    public T create(InputStream response) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy