Class AbstractCamelMicroProfileLivenessCheck
- java.lang.Object
-
- org.apache.camel.impl.health.AbstractHealthCheck
-
- org.apache.camel.microprofile.health.AbstractCamelMicroProfileLivenessCheck
-
- 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 AbstractCamelMicroProfileLivenessCheck extends org.apache.camel.impl.health.AbstractHealthCheck
Deprecated.extendAbstractHealthCheck
then override and return false from isReadinessEnsures the implemented health check will be considered as a MicroProfile Health liveness check
-
-
Constructor Summary
Constructors Modifier Constructor Description AbstractCamelMicroProfileLivenessCheck(String id)
Deprecated.protected
AbstractCamelMicroProfileLivenessCheck(String group, String id)
Deprecated.protected
AbstractCamelMicroProfileLivenessCheck(String group, String id, Map<String,Object> meta)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isReadiness()
Deprecated.-
Methods inherited from class org.apache.camel.impl.health.AbstractHealthCheck
addMetaData, call, call, doCall, equals, getConfiguration, getGroup, getId, getMetaData, hashCode, setConfiguration
-
-