Interface MultiRxInvoker

  • All Superinterfaces:
    jakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>
    All Known Implementing Classes:
    MultiRxInvokerImpl

    public interface MultiRxInvoker
    extends jakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.smallrye.mutiny.subscription.BackPressureStrategy getBackPressureStrategy()  
      void setBackPressureStrategy​(io.smallrye.mutiny.subscription.BackPressureStrategy strategy)  
      • 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.smallrye.mutiny.subscription.BackPressureStrategy getBackPressureStrategy()
      • setBackPressureStrategy

        void setBackPressureStrategy​(io.smallrye.mutiny.subscription.BackPressureStrategy strategy)