Skip to content

Commit

Permalink
microprofile-health-106 Worth saying that checks are unordered?
Browse files Browse the repository at this point in the history
fixes eclipse#106

Signed-off-by: Antoine Sabot-Durand <antoine@sabot-durand.net>
  • Loading branch information
antoinesd committed Nov 29, 2018
1 parent 7b0d253 commit c15a5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/src/main/asciidoc/java-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ the runtime hosting the application to verify the healthiness of the computing n

There can be one or several `HealthCheck` exposed, they will all be invoked when an inbound protocol request is received (i.e. HTTP).

If more than one `HealthCheck` are invoked, they will be called in an unpredictable order.

The runtime will `call()` each `HealthCheck` which in turn creates a `HealthCheckResponse` that signals the health status to a consuming end:

```
Expand Down

0 comments on commit c15a5db

Please sign in to comment.