Package org.jboss.resteasy.reactor
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)
-