io.axoniq.axonserver.grpc.control.PlatformInfoOrBuilder 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 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