Uses of Class
org.apache.camel.main.HealthConfigurationProperties
-
Uses of HealthConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return HealthConfigurationPropertiesModifier and TypeMethodDescriptionMainConfigurationProperties.health()To configure Health CheckHealthConfigurationProperties.withEnabled(boolean enabled) Whether health check is enabled globallyHealthConfigurationProperties.withExcludePattern(String excludePattern) Pattern to exclude health checks from being invoked by Camel when checking healths.HealthConfigurationProperties.withExposureLevel(String exposureLevel) Sets the level of details to exposure as result of invoking health checks.HealthConfigurationProperties.withInitialState(String initialState) The initial state of health-checks (readiness).HealthConfigurationProperties.withRegistryEnabled(boolean registryEnabled) Whether registry health check is enabledHealthConfigurationProperties.withRoutesEnabled(boolean routesEnabled) Whether routes health check is enabled