Uses of Class
io.smallrye.health.checks.UrlHealthCheck
-
Uses of UrlHealthCheck in io.smallrye.health.checks
Methods in io.smallrye.health.checks that return UrlHealthCheckModifier and TypeMethodDescriptionSets the name of the health check.UrlHealthCheck.requestMethod(String requestMethod) Sets the request method to be used (ie GET, POST, PUT, ...)UrlHealthCheck.statusCode(int statusCode) Sets the expected status code to be returned as valid.UrlHealthCheck.timeout(int timeout) Sets timeout in millis.