All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.appinfo.HealthCheckHandler Maven / Gradle / Ivy

package com.netflix.appinfo;

/**
 * This provides a more granular healthcheck contract than the existing {@link HealthCheckCallback}
 *
 * @author Nitesh Kant
 */
public interface HealthCheckHandler {

    InstanceInfo.InstanceStatus getStatus(InstanceInfo.InstanceStatus currentStatus);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy