Package org.jboss.resteasy.rxjava2
Interface FlowableRxInvoker
- 
- All Superinterfaces:
 javax.ws.rs.client.RxInvoker<io.reactivex.Flowable<?>>
- All Known Implementing Classes:
 FlowableRxInvokerImpl
public interface FlowableRxInvoker extends javax.ws.rs.client.RxInvoker<io.reactivex.Flowable<?>> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.BackpressureStrategygetBackpressureStrategy()voidsetBackpressureStrategy(io.reactivex.BackpressureStrategy backpressureStrategy) 
 -