Interface SmallRyeHealthRuntimeConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.smallrye-health")
public interface SmallRyeHealthRuntimeConfig
-
Method Details
-
enable
@WithName("ui.enable") @WithDefault("true") boolean enable()If 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.
-