Interface HealthCheckProvider

    • Method Detail

      • healthChecks

        @Deprecated
        List<org.eclipse.microprofile.health.HealthCheck> healthChecks()
        Deprecated.
        in the new versions of MP Health, we use either readinessChecks() or livenessChecks()
        Return the provided HealthChecks.
        Returns:
        the HealthChecks
      • readinessChecks

        default List<org.eclipse.microprofile.health.HealthCheck> readinessChecks()
        Return the provided readiness HealthChecks.
        Returns:
        the HealthChecks
      • livenessChecks

        default List<org.eclipse.microprofile.health.HealthCheck> livenessChecks()
        Return the provided liveness HealthChecks.
        Returns:
        the HealthChecks