Class 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.
    extend AbstractHealthCheck then override and return false from isReadiness
    Ensures the implemented health check will be considered as a MicroProfile Health liveness check
    • Constructor Detail

      • AbstractCamelMicroProfileLivenessCheck

        public AbstractCamelMicroProfileLivenessCheck​(String id)
        Deprecated.
      • AbstractCamelMicroProfileLivenessCheck

        protected AbstractCamelMicroProfileLivenessCheck​(String group,
                                                         String id)
        Deprecated.
      • AbstractCamelMicroProfileLivenessCheck

        protected AbstractCamelMicroProfileLivenessCheck​(String group,
                                                         String id,
                                                         Map<String,​Object> meta)
        Deprecated.
    • Method Detail

      • isReadiness

        public boolean isReadiness()
        Deprecated.