Class 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.
    extend AbstractHealthCheck then override and return false from isLiveness
    Ensures the implemented health check will be considered as a MicroProfile Health readiness check
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.camel.health.HealthCheck

        org.apache.camel.health.HealthCheck.Result, org.apache.camel.health.HealthCheck.State
    • Field Summary

      • Fields inherited from class org.apache.camel.impl.health.AbstractHealthCheck

        CHECK_ENABLED, CHECK_GROUP, CHECK_ID, FAILURE_COUNT, INVOCATION_ATTEMPT_TIME, INVOCATION_COUNT, INVOCATION_TIME
      • Fields inherited from interface org.apache.camel.Ordered

        HIGHEST, LOWEST
    • Constructor Detail

      • AbstractCamelMicroProfileReadinessCheck

        public AbstractCamelMicroProfileReadinessCheck​(String id)
        Deprecated.
      • AbstractCamelMicroProfileReadinessCheck

        public AbstractCamelMicroProfileReadinessCheck​(String group,
                                                       String id)
        Deprecated.
    • Method Detail

      • isLiveness

        public boolean isLiveness()
        Deprecated.