Interface HealthEndpoint

All Known Implementing Classes:
HealthEndpointImpl

@Path("/scb/health") public interface HealthEndpoint
Java Chassis health check extensions.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Map<String,org.apache.servicecomb.foundation.metrics.health.HealthCheckResult>
     
  • Field Details

  • Method Details

    • checkHealth

      @Path("/") @GET boolean checkHealth()
    • checkHealthDetails

      @Path("/details") @GET Map<String,org.apache.servicecomb.foundation.metrics.health.HealthCheckResult> checkHealthDetails()