com.ecwid.consul.UrlParameters 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)
package com.ecwid.consul;
import java.util.List;
/**
* @author Vasily Vasilkov ([email protected])
*/
public interface UrlParameters {
public List toUrlParameters();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy