Interface RouterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Router,Router.Builder
public interface RouterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.BoolValueClose downstream connection in case of routing or upstream connection problem.com.google.protobuf.BoolValueOrBuilderClose downstream connection in case of routing or upstream connection problem.booleanClose downstream connection in case of routing or upstream connection problem.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
-
hasCloseDownstreamOnUpstreamError
boolean hasCloseDownstreamOnUpstreamError()Close downstream connection in case of routing or upstream connection problem. Default: true
.google.protobuf.BoolValue close_downstream_on_upstream_error = 1;- Returns:
- Whether the closeDownstreamOnUpstreamError field is set.
-
getCloseDownstreamOnUpstreamError
com.google.protobuf.BoolValue getCloseDownstreamOnUpstreamError()Close downstream connection in case of routing or upstream connection problem. Default: true
.google.protobuf.BoolValue close_downstream_on_upstream_error = 1;- Returns:
- The closeDownstreamOnUpstreamError.
-
getCloseDownstreamOnUpstreamErrorOrBuilder
com.google.protobuf.BoolValueOrBuilder getCloseDownstreamOnUpstreamErrorOrBuilder()Close downstream connection in case of routing or upstream connection problem. Default: true
.google.protobuf.BoolValue close_downstream_on_upstream_error = 1;
-