Interface FabricConfiguration.Builder

  • Method Details

    • recoveryLatencyMode

      FabricConfiguration.Builder recoveryLatencyMode(String recoveryLatencyMode)

      The recovery latency mode for the router fabric connection. Valid values include the following:

      • BALANCED (default) – Optimizes for stream quality.

      • LOW_LATENCY – Reduces latency at the potential cost of stream quality under adverse network conditions.

      Parameters:
      recoveryLatencyMode - The recovery latency mode for the router fabric connection. Valid values include the following:

      • BALANCED (default) – Optimizes for stream quality.

      • LOW_LATENCY – Reduces latency at the potential cost of stream quality under adverse network conditions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • recoveryLatencyMode

      FabricConfiguration.Builder recoveryLatencyMode(FabricLatencyMode recoveryLatencyMode)

      The recovery latency mode for the router fabric connection. Valid values include the following:

      • BALANCED (default) – Optimizes for stream quality.

      • LOW_LATENCY – Reduces latency at the potential cost of stream quality under adverse network conditions.

      Parameters:
      recoveryLatencyMode - The recovery latency mode for the router fabric connection. Valid values include the following:

      • BALANCED (default) – Optimizes for stream quality.

      • LOW_LATENCY – Reduces latency at the potential cost of stream quality under adverse network conditions.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: