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

com.groupbyinc.common.manager.health.HealthManager Maven / Gradle / Ivy

There is a newer version: 198
Show newest version
package com.groupbyinc.common.manager.health;

/**
 * Health manager interface
 *
 * @author Osman Currim
 * @author Alan Czajkowski
 */
public interface HealthManager {

  HealthStatusResponse checkStatus(String... customerId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy