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 Summary
Constructors Constructor Description OpenFGAHealthCheck(API api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>call()
-
-
-
Constructor Detail
-
OpenFGAHealthCheck
@Inject public OpenFGAHealthCheck(API api)
-
-