![JAR search and dependency download from the Maven repository](/logo.png)
tech.ytsaurus.client.StreamWriter Maven / Gradle / Ivy
package tech.ytsaurus.client;
import java.util.concurrent.CompletableFuture;
public interface StreamWriter {
CompletableFuture> readyEvent();
CompletableFuture> close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy