Uses of Class
org.apache.camel.health.HealthCheckConfiguration
-
Packages that use HealthCheckConfiguration Package Description org.apache.camel.health Camel Health Check support -
-
Uses of HealthCheckConfiguration in org.apache.camel.health
Methods in org.apache.camel.health that return HealthCheckConfiguration Modifier and Type Method Description HealthCheckConfiguration
HealthCheckConfiguration.Builder. build()
HealthCheckConfiguration
HealthCheckConfiguration. copy()
HealthCheckConfiguration
HealthCheck. getConfiguration()
Return the configuration associated with thisHealthCheck
.Methods in org.apache.camel.health that return types with arguments of type HealthCheckConfiguration Modifier and Type Method Description Map<String,HealthCheckConfiguration>
HealthCheckRepository. getConfigurations()
Configurations for health checks based on their idsMethods in org.apache.camel.health with parameters of type HealthCheckConfiguration Modifier and Type Method Description void
HealthCheckRepository. addConfiguration(String id, HealthCheckConfiguration configuration)
Adds a health check configurationHealthCheckConfiguration.Builder
HealthCheckConfiguration.Builder. complete(HealthCheckConfiguration template)
Method parameters in org.apache.camel.health with type arguments of type HealthCheckConfiguration Modifier and Type Method Description void
HealthCheckRepository. setConfigurations(Map<String,HealthCheckConfiguration> configurations)
Configurations for health checks based on their ids
-