Class OpenFGAHealthCheck

java.lang.Object
io.quarkiverse.openfga.runtime.health.OpenFGAHealthCheck
All Implemented Interfaces:
io.smallrye.health.api.AsyncHealthCheck

@ApplicationScoped public class OpenFGAHealthCheck extends Object implements io.smallrye.health.api.AsyncHealthCheck
  • Constructor Details

    • OpenFGAHealthCheck

      @Inject public OpenFGAHealthCheck(API api)
  • Method Details

    • call

      public io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> call()
      Specified by:
      call in interface io.smallrye.health.api.AsyncHealthCheck