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

io.axoniq.eventstore.grpc.NodeInfoOrBuilder 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 NodeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.eventstore.grpc.NodeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string host_name = 1;
   */
  java.lang.String getHostName();
  /**
   * optional string host_name = 1;
   */
  com.google.protobuf.ByteString
      getHostNameBytes();

  /**
   * optional int32 grpc_port = 2;
   */
  int getGrpcPort();

  /**
   * optional int32 http_port = 3;
   */
  int getHttpPort();

  /**
   * optional int32 version = 4;
   */
  int getVersion();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy