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 HealthCheckConfigurationHealthCheckConfiguration.Builder. build()HealthCheckConfigurationHealthCheckConfiguration. copy()HealthCheckConfigurationHealthCheck. 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 voidHealthCheckRepository. addConfiguration(String id, HealthCheckConfiguration configuration)Adds a health check configurationHealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. complete(HealthCheckConfiguration template)Method parameters in org.apache.camel.health with type arguments of type HealthCheckConfiguration Modifier and Type Method Description voidHealthCheckRepository. setConfigurations(Map<String,HealthCheckConfiguration> configurations)Configurations for health checks based on their ids
-