Class HealthCheckRI

java.lang.Object
mc.core.system.base.BaseBean
mc.core.domain.system.HealthCheckRI

@Path("/") @Produces("text/plain") public class HealthCheckRI extends mc.core.system.base.BaseBean
The health check class provides a single HTTP endpoint
 /mc/rs/healthcheck
 
to check the health of an MC system without having to perform an authentication. The health check returns SYSTEM_STATUS_OK or SYSTEM_STATUS_ERROR. Any additional information regarding the nature of the error are available in the logfile but not exposed to the external consumer. The primary use case is for load balancing proxies to determine whether a node is available for use in the cluster.
  • Constructor Details

    • HealthCheckRI

      public HealthCheckRI()
  • Method Details