Class ReactiveLivenessHandler
java.lang.Object
org.keycloak.quarkus.runtime.integration.health.ReactiveHealthHandler
org.keycloak.quarkus.runtime.integration.health.ReactiveLivenessHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
- Author:
- Alexander Schwartz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.smallrye.mutiny.Uni<io.smallrye.health.SmallRyeHealth>Methods inherited from class org.keycloak.quarkus.runtime.integration.health.ReactiveHealthHandler
handle
-
Constructor Details
-
ReactiveLivenessHandler
public ReactiveLivenessHandler()
-
-
Method Details
-
getHealth
protected io.smallrye.mutiny.Uni<io.smallrye.health.SmallRyeHealth> getHealth()- Specified by:
getHealthin classReactiveHealthHandler
-