Package io.quarkus.vault.runtime.config
Class HealthConfig
- java.lang.Object
-
- io.quarkus.vault.runtime.config.HealthConfig
-
public class HealthConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledWhether or not an health check is published in case the smallrye-health extension is present.booleanperformanceStandByOkSpecifies if being a performance standby should still return the active status code instead of the performance standby status code.booleanstandByOkSpecifies if being a standby should still return the active status code instead of the standby status code.
-
Constructor Summary
Constructors Constructor Description HealthConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem public boolean enabled
Whether or not an health check is published in case the smallrye-health extension is present.
-
standByOk
@ConfigItem public boolean standByOk
Specifies if being a standby should still return the active status code instead of the standby status code.
-
performanceStandByOk
@ConfigItem public boolean performanceStandByOk
Specifies if being a performance standby should still return the active status code instead of the performance standby status code.
-
-