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

io.axoniq.axonserver.grpc.control.PlatformInfoOrBuilder Maven / Gradle / Ivy

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

package io.axoniq.axonserver.grpc.control;

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

  /**
   * 
   * The connection details of the node the client should connect with 
   * 
* * .io.axoniq.axonserver.grpc.control.NodeInfo primary = 1; */ boolean hasPrimary(); /** *
   * The connection details of the node the client should connect with 
   * 
* * .io.axoniq.axonserver.grpc.control.NodeInfo primary = 1; */ io.axoniq.axonserver.grpc.control.NodeInfo getPrimary(); /** *
   * The connection details of the node the client should connect with 
   * 
* * .io.axoniq.axonserver.grpc.control.NodeInfo primary = 1; */ io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder getPrimaryOrBuilder(); /** *
   * Flag indicating that the connection may be reused to connect. When true, the client _may_ reuse the connection
   *established for the GetPlatformServer request for subsequent requests.
   * 
* * bool same_connection = 2; */ boolean getSameConnection(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy