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 Link icon

    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 Link icon

    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 Link icon

    • getOverflowStrategy Link icon

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

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