Uses of Interface
org.apache.camel.health.HealthCheckRepository
-
Packages that use HealthCheckRepository Package Description org.apache.camel.health Camel Health Check support -
-
Uses of HealthCheckRepository in org.apache.camel.health
Subinterfaces of HealthCheckRepository in org.apache.camel.health Modifier and Type Interface Description interface
WritableHealthCheckRepository
An interface to represent an object which wishes to be injected with theHealthCheck
Methods in org.apache.camel.health with type parameters of type HealthCheckRepository Modifier and Type Method Description static <T extends HealthCheckRepository>
THealthCheckHelper. getHealthCheckRepository(CamelContext context, String id, Class<T> type)
Gets theHealthCheckRepository
by the given id (will resolve from classpath if necessary)Methods in org.apache.camel.health that return HealthCheckRepository Modifier and Type Method Description static HealthCheckRepository
HealthCheckHelper. getHealthCheckRepository(CamelContext context, String id)
Gets theHealthCheckRepository
by the given id (will resolve from classpath if necessary)HealthCheckRepository
HealthCheckResolver. resolveHealthCheckRepository(String id)
Resolves the givenHealthCheckRepository
.Methods in org.apache.camel.health that return types with arguments of type HealthCheckRepository Modifier and Type Method Description Optional<HealthCheckRepository>
HealthCheckRegistry. getRepository(String id)
Returns the repository identified by the givenid
if available.
-