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 extensions published health check should be enabled.booleanopenapiIncludedWhether 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 extensions published health check should be enabled.
-
openapiIncluded
@ConfigItem(name="openapi.included", defaultValue="false") public boolean openapiIncludedWhether to include the Liveness and Readiness Health endpoints in the generated OpenAPI document
-
-