Uses of Interface
org.apache.camel.health.HealthCheck
-
Packages that use HealthCheck Package Description org.apache.camel.health Camel Health Check support -
-
Uses of HealthCheck in org.apache.camel.health
Methods in org.apache.camel.health that return HealthCheck Modifier and Type Method Description HealthCheckHealthCheck.Result. getCheck()TheHealthCheckassociated to this response.HealthCheckHealthCheckAware. getHealthCheck()Gets theHealthCheckHealthCheckHealthCheckResolver. resolveHealthCheck(String id)Resolves the givenHealthCheck.Methods in org.apache.camel.health that return types with arguments of type HealthCheck Modifier and Type Method Description default Optional<HealthCheck>HealthCheckRegistry. getCheck(String id)Returns the check identified by the givenidif available.default Optional<HealthCheck>HealthCheckRepository. getCheck(String id)Returns the check identified by the givenidif available.Stream<HealthCheck>HealthCheckRegistry. stream()Returns a sequentialStreamwith the knownHealthCheckas its source.Stream<HealthCheck>HealthCheckRepository. stream()Returns a sequentialStreamwith the knownHealthCheckas its source.Methods in org.apache.camel.health with parameters of type HealthCheck Modifier and Type Method Description static StringHealthCheckHelper. getGroup(HealthCheck check)Get the group of the given check or an empty string if the group is not set.static HealthCheckResultBuilderHealthCheckResultBuilder. on(HealthCheck check)voidHealthCheckAware. setHealthCheck(HealthCheck healthCheck)Injects theHealthCheckbooleanHealthCheckFilter. test(HealthCheck check)Determine if the givenHealthCheckhas to be filtered out.Method parameters in org.apache.camel.health with type arguments of type HealthCheck Modifier and Type Method Description static Collection<HealthCheck.Result>HealthCheckHelper. invoke(CamelContext camelContext, Function<HealthCheck,Map<String,Object>> optionsSupplier)Invokes the checks and returns a collection of results.static Collection<HealthCheck.Result>HealthCheckHelper. invoke(CamelContext camelContext, Function<HealthCheck,Map<String,Object>> optionsSupplier, HealthCheckFilter filter)Invokes the checks and returns a collection of results.
-