View Javadoc
1   package net.avcompris.status.api;
2   
3   public interface ServiceStatus {
4   
5   	String getServiceId();
6   
7   	String getEndpoint();
8   
9   	Check getCheck();
10  }