Interface DownstreamConnectionsConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DownstreamConnectionsConfig,DownstreamConnectionsConfig.Builder
public interface DownstreamConnectionsConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongMaximum threshold for global open downstream connections, defaults to 0.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMaxActiveDownstreamConnections
long getMaxActiveDownstreamConnections()Maximum threshold for global open downstream connections, defaults to 0. If monitor is enabled in Overload manager api, this field should be explicitly configured with value greater than 0.
int64 max_active_downstream_connections = 1 [(.validate.rules) = { ... }- Returns:
- The maxActiveDownstreamConnections.
-