Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Co-authored-by: Ladislav Thon <[email protected]>
  • Loading branch information
loicmathieu and Ladicek authored Aug 19, 2021
1 parent c1d782d commit 3f53309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/smallrye-health.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ For the perfomance reasons the context (e.g., CDI or security context) is not pr

== Reactive health checks

MicroProfile Health currently doesn't support to return reactive types, however, our implementation, SmallRye Health does.
MicroProfile Health currently doesn't support returning reactive types, but SmallRye Health does.

If you want to provide a reactive health check, you can implement the `io.smallrye.health.api.AsyncHealthCheck` interface instead of the `org.eclipse.microprofile.health.HealthCheck` one.
The `io.smallrye.health.api.AsyncHealthCheck` interface allows you to return a `Uni<HealthCheckResponse>`.
Expand Down

0 comments on commit 3f53309

Please sign in to comment.