Interface FlowableRxInvoker

  • All Superinterfaces:
    jakarta.ws.rs.client.RxInvoker<io.reactivex.Flowable<?>>
    All Known Implementing Classes:
    FlowableRxInvokerImpl

    public interface FlowableRxInvoker
    extends jakarta.ws.rs.client.RxInvoker<io.reactivex.Flowable<?>>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.reactivex.BackpressureStrategy getBackpressureStrategy()  
      void setBackpressureStrategy​(io.reactivex.BackpressureStrategy backpressureStrategy)  
      • Methods inherited from interface jakarta.ws.rs.client.RxInvoker

        delete, delete, delete, get, get, get, head, method, method, method, method, method, method, options, options, options, post, post, post, put, put, put, trace, trace, trace
    • Method Detail

      • getBackpressureStrategy

        io.reactivex.BackpressureStrategy getBackpressureStrategy()
      • setBackpressureStrategy

        void setBackpressureStrategy​(io.reactivex.BackpressureStrategy backpressureStrategy)