ru.yandex.qatools.camelot.client.EndpointOperation Maven / Gradle / Ivy
package ru.yandex.qatools.camelot.client;
import javax.ws.rs.client.Client;
import java.net.URI;
/**
* @author Innokenty Shuvalov [email protected]
*/
public interface EndpointOperation {
T runOn(Client client, URI uri);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy