Class ElasticsearchReactiveBuildTimeConfig
- java.lang.Object
-
- io.quarkiverse.quarkus.elasticsearch.reactive.deployment.ElasticsearchReactiveBuildTimeConfig
-
@ConfigRoot(name="elasticsearch.reactive", phase=BUILD_TIME) public class ElasticsearchReactiveBuildTimeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanhealthEnabledWhether or not an health check is published in case the smallrye-health extension is present.
-
Constructor Summary
Constructors Constructor Description ElasticsearchReactiveBuildTimeConfig()
-
-
-
Field Detail
-
healthEnabled
@ConfigItem(name="health.enabled", defaultValue="false") public boolean healthEnabledWhether or not an health check is published in case the smallrye-health extension is present. When enabled, you must disable quarkus.elasticsearch.health.enabled to avoid having two checks.
-
-