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

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