Class HealthBuildTimeConfig
java.lang.Object
io.quarkus.smallrye.health.deployment.HealthBuildTimeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether extensions published health check should be enabled.booleanWhether to include the Liveness and Readiness Health endpoints in the generated OpenAPI document -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
HealthBuildTimeConfig
public HealthBuildTimeConfig()
-