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 interfaceWritableHealthCheckRepositoryAn interface to represent an object which wishes to be injected with theHealthCheckMethods 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 theHealthCheckRepositoryby the given id (will resolve from classpath if necessary)Methods in org.apache.camel.health that return HealthCheckRepository Modifier and Type Method Description static HealthCheckRepositoryHealthCheckHelper. getHealthCheckRepository(CamelContext context, String id)Gets theHealthCheckRepositoryby the given id (will resolve from classpath if necessary)HealthCheckRepositoryHealthCheckResolver. 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 givenidif available.
-