@ConfigRoot(name="health") public class HealthBuildTimeConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
extensionsEnabled
Whether or not extensions published health check should be enabled.
|
boolean |
openapiIncluded
Whether or not to include the Liveness and Readiness Health endpoints in the generated OpenAPI document
|
| Constructor and Description |
|---|
HealthBuildTimeConfig() |
@ConfigItem(name="extensions.enabled",
defaultValue="true")
public boolean extensionsEnabled
@ConfigItem(name="openapi.included",
defaultValue="false")
public boolean openapiIncluded
Copyright © 2021 JBoss by Red Hat. All rights reserved.