Class CamelHealthCheckIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.apache.camel.spring.boot.actuate.health.CamelHealthCheckIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public class CamelHealthCheckIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
Camel
HealthIndicator.-
Constructor Summary
ConstructorsConstructorDescriptionCamelHealthCheckIndicator(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext camelContext, String exposureLevel) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) Methods inherited from class org.springframework.boot.actuate.health.AbstractHealthIndicator
healthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
CamelHealthCheckIndicator
public CamelHealthCheckIndicator(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext camelContext, String exposureLevel)
-
-
Method Details