![JAR search and dependency download from the Maven repository](/logo.png)
io.axoniq.eventstore.grpc.ReadHighestSequenceNrRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: eventstore_api.proto
package io.axoniq.eventstore.grpc;
public interface ReadHighestSequenceNrRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.eventstore.grpc.ReadHighestSequenceNrRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string aggregate_id = 1;
*/
java.lang.String getAggregateId();
/**
* optional string aggregate_id = 1;
*/
com.google.protobuf.ByteString
getAggregateIdBytes();
/**
* optional int64 from_sequence_nr = 3;
*/
long getFromSequenceNr();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy