com.ecwid.consul.v1.status.StatusClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
package com.ecwid.consul.v1.status;
import com.ecwid.consul.v1.Response;
import java.util.List;
/**
* @author Vasily Vasilkov ([email protected])
*/
public interface StatusClient {
public Response getStatusLeader();
public Response> getStatusPeers();
}