Class SmallRyeHealthBuildTimeConfig
java.lang.Object
io.quarkus.smallrye.health.deployment.SmallRyeHealthBuildTimeConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanActivate or disable this extension.Whether extensions published health check should be enabled.Whether to include the Liveness and Readiness Health endpoints in the generated OpenAPI document -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem(defaultValue="true") public boolean enabledActivate or disable this extension. Disabling this extension means that no health related information is exposed. -
extensionsEnabled
@ConfigItem(name="extensions.enabled", defaultValueDocumentation="true") public Optional<Boolean> extensionsEnabledWhether extensions published health check should be enabled. -
openapiIncluded
@ConfigItem(name="openapi.included", defaultValueDocumentation="false") public Optional<Boolean> openapiIncludedWhether to include the Liveness and Readiness Health endpoints in the generated OpenAPI document
-
-
Constructor Details
-
SmallRyeHealthBuildTimeConfig
public SmallRyeHealthBuildTimeConfig()
-