All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.resteasy.reactor.FluxRxInvoker Maven / Gradle / Ivy

There is a newer version: 7.0.0.Alpha4
Show newest version
package org.jboss.resteasy.reactor;

import jakarta.ws.rs.client.RxInvoker;

import reactor.core.publisher.Flux;
import reactor.core.publisher.FluxSink;

public interface FluxRxInvoker extends RxInvoker> {
    FluxSink.OverflowStrategy getOverflowStrategy();

    void setOverflowStrategy(FluxSink.OverflowStrategy overflowStrategy);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy