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

io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: event.proto

package io.axoniq.axonserver.grpc.event;

public interface ReadHighestSequenceNrRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The Identifier of the Aggregate for which to load events 
   * 
* * string aggregate_id = 1; */ java.lang.String getAggregateId(); /** *
   * The Identifier of the Aggregate for which to load events 
   * 
* * string aggregate_id = 1; */ com.google.protobuf.ByteString getAggregateIdBytes(); /** *
   * The Sequence Number of the first event expected 
   * 
* * int64 from_sequence_nr = 3; */ long getFromSequenceNr(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy