public interface PlatformInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NodeInfo |
getPrimary()
The connection details of the node the client should connect with
|
NodeInfoOrBuilder |
getPrimaryOrBuilder()
The connection details of the node the client should connect with
|
boolean |
getSameConnection()
Flag indicating that the connection may be reused to connect.
|
boolean |
hasPrimary()
The connection details of the node the client should connect with
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPrimary()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
NodeInfo getPrimary()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
NodeInfoOrBuilder getPrimaryOrBuilder()
The connection details of the node the client should connect with
.io.axoniq.axonserver.grpc.control.NodeInfo primary = 1;
boolean getSameConnection()
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;
Copyright © 2010–2020. All rights reserved.