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

io.axoniq.axonserver.grpc.FlowControlOrBuilder Maven / Gradle / Ivy

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

package io.axoniq.axonserver.grpc;

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

  /**
   * 
   * The ClientID of the component providing additional permits 
   * 
* * string client_id = 2; */ java.lang.String getClientId(); /** *
   * The ClientID of the component providing additional permits 
   * 
* * string client_id = 2; */ com.google.protobuf.ByteString getClientIdBytes(); /** *
   * The number of permits to provide 
   * 
* * int64 permits = 3; */ long getPermits(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy