Interface RequestImpactStatistics.Builder

  • Method Details

    • faultCount

      RequestImpactStatistics.Builder faultCount(Long faultCount)

      The number of requests that have resulted in a fault,

      Parameters:
      faultCount - The number of requests that have resulted in a fault,
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • okCount

      The number of successful requests.

      Parameters:
      okCount - The number of successful requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalCount

      RequestImpactStatistics.Builder totalCount(Long totalCount)

      The total number of requests to the service.

      Parameters:
      totalCount - The total number of requests to the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.