Interface FluxRxInvoker

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

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

    Modifier and Type
    Method
    Description
    reactor.core.publisher.FluxSink.OverflowStrategy
     
    void
    setOverflowStrategy(reactor.core.publisher.FluxSink.OverflowStrategy overflowStrategy)
     

    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 Details

    • getOverflowStrategy

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

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