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 -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>call()
-
Constructor Details
-
OpenFGAHealthCheck
-
-
Method Details
-
call
public io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> call()- Specified by:
callin interfaceio.smallrye.health.api.AsyncHealthCheck
-