Interface StatusEvaluator

    • Method Detail

      • matches

        boolean matches​(int httpStatus)
        Do we match the http status
        Parameters:
        httpStatus - the HTTP server response code (e.g. 500)
        Returns:
        true/false.
      • serviceId

        java.lang.String serviceId()
        The service ID to use if a match.
        Returns:
        the service id to use.