Interface Listener.ConnectionBalanceConfigOrBuilder

    • Method Detail

      • hasExactBalance

        boolean hasExactBalance()
         If specified, the listener will use the exact connection balancer.
         
        .envoy.config.listener.v3.Listener.ConnectionBalanceConfig.ExactBalance exact_balance = 1;
      • getExactBalance

        Listener.ConnectionBalanceConfig.ExactBalance getExactBalance()
         If specified, the listener will use the exact connection balancer.
         
        .envoy.config.listener.v3.Listener.ConnectionBalanceConfig.ExactBalance exact_balance = 1;