
net.winterly.rxjersey.client.ClientMethodInvoker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-client Show documentation
Show all versions of core-client Show documentation
RxJava extension for Jersey and Dropwizard
The newest version!
package net.winterly.rxjersey.client;
import javax.ws.rs.client.Entity;
import javax.ws.rs.client.Invocation;
import javax.ws.rs.core.GenericType;
public interface ClientMethodInvoker {
R method(B builder, String name, GenericType responseType);
R method(B builder, String name, Entity> entity, GenericType responseType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy