Class ElasticsearchReactiveHealthCheck

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

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

      • ElasticsearchReactiveHealthCheck

        public ElasticsearchReactiveHealthCheck()
    • Method Detail

      • call

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