Interface SmallRyeHealthRuntimeConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.smallrye-health")
public interface SmallRyeHealthRuntimeConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionAdditional top-level properties to be included in the resulting JSON object.check()Specifications of checks that can be disabled.enable()Deprecated, for removal: This API element is subject to removal in a future version.booleanenabled()If Health UI should be enabled.
-
Method Details
-
enabled
@WithName("ui.enabled") @WithDefault("true") boolean enabled()If Health UI should be enabled. By default, Health UI is enabled if it is included (seealways-include). -
enable
Deprecated, for removal: This API element is subject to removal in a future version.usequarkus.smallrye-health.ui.enabledinsteadIf Health UI should be enabled. By default, Health UI is enabled if it is included (seealways-include). -
additionalProperties
@WithName("additional.property") @ConfigDocMapKey("property-name") Map<String,String> additionalProperties()Additional top-level properties to be included in the resulting JSON object. -
check
Specifications of checks that can be disabled.
-
quarkus.smallrye-health.ui.enabledinstead