ru.yandex.clickhouse.util.ClickHouseStreamCallback Maven / Gradle / Ivy
The newest version!
package ru.yandex.clickhouse.util;
import java.io.IOException;
/**
* @author Dmitry Andreev
*/
public interface ClickHouseStreamCallback {
void writeTo(ClickHouseRowBinaryStream stream) throws IOException;
}