Interface FixedResponseAction.Builder

  • Method Details

    • statusCode

      FixedResponseAction.Builder statusCode(Integer statusCodeValue)

      The HTTP response code. Only 404 and 500 status codes are supported.

      Parameters:
      statusCodeValue - The HTTP response code. Only 404 and 500 status codes are supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.