
net.winterly.rxjersey.server.rxjava.ObservableRequestInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxjava-server Show documentation
Show all versions of rxjava-server Show documentation
RxJava extension for Jersey and Dropwizard
The newest version!
package net.winterly.rxjersey.server.rxjava;
import net.winterly.rxjersey.server.RxRequestInterceptor;
import org.jvnet.hk2.annotations.Contract;
import rx.Observable;
/**
* {@link RxRequestInterceptor} returning {@link rx.Observable}
*
* @param reactive return type
*/
@Contract
public interface ObservableRequestInterceptor extends RxRequestInterceptor> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy