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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.BoolValue getCloseDownstreamOnUpstreamError()
      Close downstream connection in case of routing or upstream connection problem.
      com.google.protobuf.BoolValueOrBuilder getCloseDownstreamOnUpstreamErrorOrBuilder()
      Close downstream connection in case of routing or upstream connection problem.
      boolean hasCloseDownstreamOnUpstreamError()
      Close downstream connection in case of routing or upstream connection problem.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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;