com.groupbyinc.common.manager.health.HealthManager Maven / Gradle / Ivy
package com.groupbyinc.common.manager.health;
/**
* Health manager interface
*
* @author Osman Currim
* @author Alan Czajkowski
*/
public interface HealthManager {
HealthStatusResponse checkStatus(String... customerId);
}