Class CoherenceHealthChecks.CoherenceReadiness

java.lang.Object
com.oracle.coherence.mp.health.CoherenceHealthChecks.CoherenceHealth
com.oracle.coherence.mp.health.CoherenceHealthChecks.CoherenceReadiness
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
Enclosing class:
CoherenceHealthChecks

protected static class CoherenceHealthChecks.CoherenceReadiness extends CoherenceHealthChecks.CoherenceHealth
A Coherence readiness health checks.
  • Constructor Details

    • CoherenceReadiness

      public CoherenceReadiness(Supplier<? extends Collection<com.tangosol.net.Coherence>> supplier)
  • Method Details

    • isUp

      protected boolean isUp(com.tangosol.util.HealthCheck healthCheck)
      Description copied from class: CoherenceHealthChecks.CoherenceHealth
      Returns true if the Coherence HealthCheck is healthy, otherwise returns false.
      Specified by:
      isUp in class CoherenceHealthChecks.CoherenceHealth
      Parameters:
      healthCheck - the Coherence HealthCheck
      Returns:
      true if the Coherence HealthCheck is healthy, otherwise returns false