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 consul-api Show documentation
Show all versions of consul-api Show documentation
Java client for Consul HTTP API (http://consul.io)
The newest version!
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();
}