Uses of Class
io.streamthoughts.azkarra.http.health.Health.Builder
-
Packages that use Health.Builder Package Description io.streamthoughts.azkarra.http.health -
-
Uses of Health.Builder in io.streamthoughts.azkarra.http.health
Methods in io.streamthoughts.azkarra.http.health that return Health.Builder Modifier and Type Method Description Health.Builder
Health.Builder. down()
Sets the status for theHealth
indicator to be built toStatus.DOWN
.Health.Builder
Health.Builder. unknown()
Sets the status for theHealth
indicator to be builtStatus.UNKNOWN
.Health.Builder
Health.Builder. up()
Health.Builder
Health.Builder. withDetails(String key, Object value)
Adds a details entry for theHealth
indicator.Health.Builder
Health.Builder. withException(Throwable exception)
Sets the exception for theHealth
indicator.Health.Builder
Health.Builder. withName(String name)
Sets the name of service or sub-system.Health.Builder
Health.Builder. withStatus(Status status)
-