Class CamelHealthCheckIndicator
java.lang.Object
org.springframework.boot.health.contributor.AbstractHealthIndicator
org.apache.camel.spring.boot.actuate.health.CamelHealthCheckIndicator
- All Implemented Interfaces:
org.springframework.boot.health.contributor.HealthContributor,org.springframework.boot.health.contributor.HealthIndicator
public class CamelHealthCheckIndicator
extends org.springframework.boot.health.contributor.AbstractHealthIndicator
Camel
.
invalid reference
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.health.contributor.Health.Builder builder) Methods inherited from class org.springframework.boot.health.contributor.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.health.contributor.HealthIndicator
health
-
Constructor Details
-
CamelHealthCheckIndicator
public CamelHealthCheckIndicator(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext camelContext, String exposureLevel)
-
-
Method Details