Package org.gcube.common.health.api
Interface HealthCheck
-
public interface HealthCheck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthCheckResponsecheck()StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
check
HealthCheckResponse check()
-
-