Class CamelHealthCheckConfigurationProperties.HealthCheckConfigurationProperties

    • Constructor Detail

      • HealthCheckConfigurationProperties

        public HealthCheckConfigurationProperties()
    • Method Detail

      • getParent

        public String getParent()
      • setParent

        public void setParent​(String parent)
      • getEnabled

        public Boolean getEnabled()
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • setInterval

        @Deprecated
        public void setInterval​(Long interval)
        Deprecated.
      • setFailureThreshold

        @Deprecated
        public void setFailureThreshold​(Integer failureThreshold)
        Deprecated.
      • toHealthCheckConfiguration

        public org.apache.camel.health.HealthCheckConfiguration toHealthCheckConfiguration()