package org.gcube.smartgears.health; import org.gcube.smartgears.health.response.HealthCheckResponse; public interface HealthCheck { HealthCheckResponse check(); }