![JAR search and dependency download from the Maven repository](/logo.png)
tech.ytsaurus.client.StashedMessage Maven / Gradle / Ivy
package tech.ytsaurus.client;
class StashedMessage {
DataType data;
long offset;
StashedMessage(DataType data, long offset) {
this.data = data;
this.offset = offset;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy