Class HealthCheckWithThresholdExecutionOptions

    • Constructor Detail

      • HealthCheckWithThresholdExecutionOptions

        public HealthCheckWithThresholdExecutionOptions​(boolean enabled,
                                                        long time,
                                                        TimeUnit unit,
                                                        boolean addToMicroProfileHealth,
                                                        String thresholdCritical,
                                                        String thresholdWarning,
                                                        String thresholdGood)
    • Method Detail

      • getThresholdCritical

        public int getThresholdCritical()
      • getThresholdWarning

        public int getThresholdWarning()
      • getThresholdGood

        public int getThresholdGood()
      • setThresholdCritical

        public void setThresholdCritical​(int thresholdCritical)
      • setThresholdGood

        public void setThresholdGood​(int thresholdGood)
      • setThresholdWarning

        public void setThresholdWarning​(int thresholdWarning)