Interface RequestImpactStatistics.Builder

    • Method Detail

      • 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

        RequestImpactStatistics.Builder okCount​(Long 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.