tech.ydb.topic.description.OffsetsRange Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-topic Show documentation
Show all versions of ydb-sdk-topic Show documentation
Topic client implementation
package tech.ydb.topic.description;
/**
* @author Nikolay Perfilov
*/
public interface OffsetsRange {
long getStart();
long getEnd();
}