| Modifier and Type | Method and Description |
|---|---|
HealthConfigurationProperties |
HealthConfigurationProperties.addConfig(String id,
HealthCheckConfigurationProperties config)
Additional
HealthConfigurationProperties for fine grained configuration of health checks. |
HealthConfigurationProperties |
MainConfigurationProperties.health()
To configure Health Check
|
HealthConfigurationProperties |
HealthConfigurationProperties.withContextEnabled(boolean contextEnabled)
Whether context health check is enabled
Is default enabled
|
HealthConfigurationProperties |
HealthConfigurationProperties.withEnabled(boolean enabled)
Whether health check is enabled globally
|
HealthConfigurationProperties |
HealthConfigurationProperties.withRegistryEnabled(boolean registryEnabled)
Whether registry health check is enabled
Is default enabled
|
HealthConfigurationProperties |
HealthConfigurationProperties.withRoutesEnabled(boolean routesEnabled)
Whether routes health check is enabled
Is default enabled
|
Apache Camel