si.mazi.rescu.IRestProxyFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rescu Show documentation
Show all versions of rescu Show documentation
A lightweight REST client utility
package si.mazi.rescu;
/**
* @see RestProxyFactory
*/
public interface IRestProxyFactory {
/**
* @see RestProxyFactory#createProxy(Class, String, ClientConfig, Interceptor...)
*/
I createProxy(Class restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors);
/**
* @see RestProxyFactory#createProxy(Class, String)
*/
I createProxy(Class restInterface, String baseUrl);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy