Class HealthBuildTimeConfig
- java.lang.Object
-
- io.quarkus.smallrye.health.deployment.HealthBuildTimeConfig
-
@ConfigRoot(name="health") public class HealthBuildTimeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanextensionsEnabledWhether or not extensions published health check should be enabled.booleanopenapiIncludedWhether or not to include the Liveness and Readiness Health endpoints in the generated OpenAPI document
-
Constructor Summary
Constructors Constructor Description HealthBuildTimeConfig()
-
-
-
Field Detail
-
extensionsEnabled
@ConfigItem(name="extensions.enabled", defaultValue="true") public boolean extensionsEnabledWhether or not extensions published health check should be enabled.
-
openapiIncluded
@ConfigItem(name="openapi.included", defaultValue="false") public boolean openapiIncludedWhether or not to include the Liveness and Readiness Health endpoints in the generated OpenAPI document
-
-