io.axoniq.axondb.grpc.ReadHighestSequenceNrRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: eventstore_api.proto
package io.axoniq.axondb.grpc;
public interface ReadHighestSequenceNrRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axondb.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();
}