Class AbstractCamelMicroProfileReadinessCheck
- java.lang.Object
-
- org.apache.camel.impl.health.AbstractHealthCheck
-
- org.apache.camel.microprofile.health.AbstractCamelMicroProfileReadinessCheck
-
- All Implemented Interfaces:
org.apache.camel.health.HealthCheck
,org.apache.camel.Ordered
,org.apache.camel.spi.HasGroup
,org.apache.camel.spi.HasId
@Deprecated public abstract class AbstractCamelMicroProfileReadinessCheck extends org.apache.camel.impl.health.AbstractHealthCheck
Deprecated.extendAbstractHealthCheck
then override and return false from isLivenessEnsures the implemented health check will be considered as a MicroProfile Health readiness check
-
-
Constructor Summary
Constructors Constructor Description AbstractCamelMicroProfileReadinessCheck(String id)
Deprecated.AbstractCamelMicroProfileReadinessCheck(String group, String id)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isLiveness()
Deprecated.-
Methods inherited from class org.apache.camel.impl.health.AbstractHealthCheck
addMetaData, call, call, doCall, equals, getConfiguration, getGroup, getId, getMetaData, hashCode, setConfiguration
-
-