Package org.apache.camel.health
Interface HealthCheckAware
public interface HealthCheckAware
An interface to represent an object which wishes to be injected with the
HealthCheck-
Method Summary
Modifier and TypeMethodDescriptionGets theHealthCheckvoidsetHealthCheck(HealthCheck healthCheck) Injects theHealthCheck
-
Method Details
-
getHealthCheck
HealthCheck getHealthCheck()Gets theHealthCheck- Returns:
- the health check
-
setHealthCheck
Injects theHealthCheck- Parameters:
healthCheck- the health check
-