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

io.axoniq.eventstore.grpc.GetEventsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: eventstore_api.proto

package io.axoniq.eventstore.grpc;

public interface GetEventsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.eventstore.grpc.GetEventsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 tracking_token = 1;
   */
  long getTrackingToken();

  /**
   * optional int64 number_of_permits = 2;
   */
  long getNumberOfPermits();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy