@ConfigRoot(name="smallrye-health") public class SmallRyeHealthConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
groupPath
The relative path of the health group endpoint.
|
(package private) String |
livenessPath
The relative path of the liveness health-checking endpoint.
|
(package private) String |
readinessPath
The relative path of the readiness health-checking endpoint.
|
(package private) String |
rootPath
Root path for health-checking endpoints.
|
(package private) SmallRyeHealthUIConfig |
ui
SmallRye Health UI configuration
|
(package private) String |
wellnessPath
The relative path of the wellness health-checking endpoint.
|
| Constructor and Description |
|---|
SmallRyeHealthConfig() |
@ConfigItem(defaultValue="health") String rootPath
@ConfigItem(defaultValue="live") String livenessPath
@ConfigItem(defaultValue="ready") String readinessPath
@ConfigItem(defaultValue="group") String groupPath
@ConfigItem(defaultValue="well") String wellnessPath
@ConfigItem @ConfigDocSection SmallRyeHealthUIConfig ui
Copyright © 2021 JBoss by Red Hat. All rights reserved.