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

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

The 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();

  /**
   * optional string client = 3;
   */
  java.lang.String getClient();
  /**
   * optional string client = 3;
   */
  com.google.protobuf.ByteString
      getClientBytes();

  /**
   * optional string component = 4;
   */
  java.lang.String getComponent();
  /**
   * optional string component = 4;
   */
  com.google.protobuf.ByteString
      getComponentBytes();

  /**
   * optional string processor = 5;
   */
  java.lang.String getProcessor();
  /**
   * optional string processor = 5;
   */
  com.google.protobuf.ByteString
      getProcessorBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy