Interface StreamingConfiguration.Builder

  • Method Details

    • enableResponseStreaming

      StreamingConfiguration.Builder enableResponseStreaming(Boolean enableResponseStreaming)

      Indicates whether response streaming is enabled for the gateway. When set to true, the gateway streams responses from targets back to the client.

      Parameters:
      enableResponseStreaming - Indicates whether response streaming is enabled for the gateway. When set to true, the gateway streams responses from targets back to the client.
      Returns:
      Returns a reference to this object so that method calls can be chained together.