io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axonserver-connector-java Show documentation
Show all versions of axonserver-connector-java Show documentation
Connector module providing infrastructure components that connect to AxonServer.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: control.proto
package io.axoniq.axonserver.grpc.control;
public interface NodeInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.control.NodeInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The host name to use when connecting to this node
*
*
* string host_name = 1;
*/
java.lang.String getHostName();
/**
*
* The host name to use when connecting to this node
*
*
* string host_name = 1;
*/
com.google.protobuf.ByteString
getHostNameBytes();
/**
*
* The port number for gRPC connections
*
*
* int32 grpc_port = 2;
*/
int getGrpcPort();
/**
*
* The port number for HTTP connections
*
*
* int32 http_port = 3;
*/
int getHttpPort();
/**
*
* The version identifier of the API
*
*
* int32 version = 4;
*/
int getVersion();
/**
*
* The unique name of the node to connect with, for purpose of debugging
*
*
* string node_name = 5;
*/
java.lang.String getNodeName();
/**
*
* The unique name of the node to connect with, for purpose of debugging
*
*
* string node_name = 5;
*/
com.google.protobuf.ByteString
getNodeNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy