Class SmallRyeHealthHandlerBase

java.lang.Object
io.quarkus.smallrye.health.runtime.SmallRyeHealthHandlerBase
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Direct Known Subclasses:
SmallRyeHealthGroupHandler, SmallRyeHealthHandler, SmallRyeIndividualHealthGroupHandler, SmallRyeLivenessHandler, SmallRyeReadinessHandler, SmallRyeStartupHandler, SmallRyeWellnessHandler

abstract class SmallRyeHealthHandlerBase extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract io.smallrye.mutiny.Uni<io.smallrye.health.SmallRyeHealth>
    getHealth(io.smallrye.health.SmallRyeHealthReporter reporter, io.vertx.ext.web.RoutingContext routingContext)
     
    void
    handle(io.vertx.ext.web.RoutingContext ctx)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SmallRyeHealthHandlerBase

      SmallRyeHealthHandlerBase()
  • Method Details

    • getHealth

      protected abstract io.smallrye.mutiny.Uni<io.smallrye.health.SmallRyeHealth> getHealth(io.smallrye.health.SmallRyeHealthReporter reporter, io.vertx.ext.web.RoutingContext routingContext)
    • handle

      public void handle(io.vertx.ext.web.RoutingContext ctx)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>