Class SmallRyeIndividualHealthGroupHandler

java.lang.Object
io.quarkus.smallrye.health.runtime.SmallRyeHealthHandlerBase
io.quarkus.smallrye.health.runtime.SmallRyeIndividualHealthGroupHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class SmallRyeIndividualHealthGroupHandler extends SmallRyeHealthHandlerBase
  • Constructor Details

    • SmallRyeIndividualHealthGroupHandler

      public SmallRyeIndividualHealthGroupHandler()
  • Method Details

    • getHealth

      protected io.smallrye.mutiny.Uni<io.smallrye.health.SmallRyeHealth> getHealth(io.smallrye.health.SmallRyeHealthReporter reporter, io.vertx.ext.web.RoutingContext ctx)
      Specified by:
      getHealth in class SmallRyeHealthHandlerBase