Class SmallRyeHealthHandler
- java.lang.Object
-
- io.quarkus.smallrye.health.runtime.SmallRyeHealthHandlerBase
-
- io.quarkus.smallrye.health.runtime.SmallRyeHealthHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class SmallRyeHealthHandler extends SmallRyeHealthHandlerBase
-
-
Constructor Summary
Constructors Constructor Description SmallRyeHealthHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.smallrye.health.SmallRyeHealthgetHealth(io.smallrye.health.SmallRyeHealthReporter reporter, io.vertx.ext.web.RoutingContext ctx)-
Methods inherited from class io.quarkus.smallrye.health.runtime.SmallRyeHealthHandlerBase
handle
-
-
-
-
Method Detail
-
getHealth
protected io.smallrye.health.SmallRyeHealth getHealth(io.smallrye.health.SmallRyeHealthReporter reporter, io.vertx.ext.web.RoutingContext ctx)- Specified by:
getHealthin classSmallRyeHealthHandlerBase
-
-