Interface ElasticsearchBuildTimeConfig


@ConfigMapping(prefix="quarkus.elasticsearch") @ConfigRoot(phase=BUILD_TIME) public interface ElasticsearchBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether a health check is published in case the smallrye-health extension is present.
  • Method Details

    • healthEnabled

      @WithName("health.enabled") @WithDefault("true") boolean healthEnabled()
      Whether a health check is published in case the smallrye-health extension is present.