abstract class SmallRyeHealthHandlerBase extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
| Constructor and Description |
|---|
SmallRyeHealthHandlerBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract io.smallrye.health.SmallRyeHealth |
getHealth(io.smallrye.health.SmallRyeHealthReporter reporter,
io.vertx.ext.web.RoutingContext routingContext) |
void |
handle(io.vertx.ext.web.RoutingContext ctx) |
protected abstract io.smallrye.health.SmallRyeHealth getHealth(io.smallrye.health.SmallRyeHealthReporter reporter,
io.vertx.ext.web.RoutingContext routingContext)
public void handle(io.vertx.ext.web.RoutingContext ctx)
handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>Copyright © 2021 JBoss by Red Hat. All rights reserved.