Interface ElasticsearchBuildTimeConfig
@ConfigMapping(prefix="quarkus.elasticsearch")
@ConfigRoot(phase=BUILD_TIME)
public interface ElasticsearchBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether 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.
-