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

cc.blynk.clickhouse.util.ClickHouseStreamCallback Maven / Gradle / Ivy

There is a newer version: 1.4.4
Show newest version
package cc.blynk.clickhouse.util;

import java.io.IOException;

/**
 * @author Dmitry Andreev 
 */
public interface ClickHouseStreamCallback {

    void writeTo(ClickHouseRowBinaryStream stream) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy