Class RRServiceHealthCheck

java.lang.Object
org.gcube.informationsystem.resourceregistry.health.RRServiceHealthCheck
All Implemented Interfaces:
org.gcube.common.health.api.HealthCheck

public class RRServiceHealthCheck extends Object implements org.gcube.common.health.api.HealthCheck
Health check implementation for service connectivity
  • Field Details

    • RR_SERVICE_LABEL

      public static final String RR_SERVICE_LABEL
      Label for catalogue connection health check
      See Also:
  • Constructor Details

    • RRServiceHealthCheck

      public RRServiceHealthCheck()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.gcube.common.health.api.HealthCheck
    • check

      public org.gcube.common.health.api.response.HealthCheckResponse check()
      Specified by:
      check in interface org.gcube.common.health.api.HealthCheck