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>

public class ReactiveLivenessHandler extends ReactiveHealthHandler
Author:
Alexander Schwartz
  • Constructor Details

    • ReactiveLivenessHandler

      public ReactiveLivenessHandler()
  • Method Details

    • getHealth

      protected io.smallrye.mutiny.Uni<io.smallrye.health.SmallRyeHealth> getHealth()
      Specified by:
      getHealth in class ReactiveHealthHandler