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

net.interfax.rest.client.impl.JerseyRequestExecutor Maven / Gradle / Ivy

There is a newer version: 0.2
Show newest version
package net.interfax.rest.client.impl;

import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.Response;

@FunctionalInterface
public interface JerseyRequestExecutor {

    Response readyTheTargetAndExecute(WebTarget target);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy