Interface FluxRxInvoker

  • All Superinterfaces:
    javax.ws.rs.client.RxInvoker<reactor.core.publisher.Flux<?>>
    All Known Implementing Classes:
    FluxRxInvokerImpl

    public interface FluxRxInvoker
    extends javax.ws.rs.client.RxInvoker<reactor.core.publisher.Flux<?>>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      reactor.core.publisher.FluxSink.OverflowStrategy getOverflowStrategy()  
      void setOverflowStrategy​(reactor.core.publisher.FluxSink.OverflowStrategy overflowStrategy)  
      • Methods inherited from interface javax.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

      • getOverflowStrategy

        reactor.core.publisher.FluxSink.OverflowStrategy getOverflowStrategy()
      • setOverflowStrategy

        void setOverflowStrategy​(reactor.core.publisher.FluxSink.OverflowStrategy overflowStrategy)