All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.yandex.qatools.camelot.client.EndpointOperation Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
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