Class HealthConfig


  • public class HealthConfig
    extends Object
    • 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.
    • Constructor Detail

      • HealthConfig

        public HealthConfig()