Class OpenFGAHealthCheck

  • All Implemented Interfaces:
    io.smallrye.health.api.AsyncHealthCheck

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

      • OpenFGAHealthCheck

        @Inject
        public OpenFGAHealthCheck​(API api)
    • Method Detail

      • call

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