Class FluxProvider
java.lang.Object
org.jboss.resteasy.reactor.FluxProvider
- All Implemented Interfaces:
AsyncStreamProvider<reactor.core.publisher.Flux<?>>
@Provider
public class FluxProvider
extends Object
implements AsyncStreamProvider<reactor.core.publisher.Flux<?>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<?> toAsyncStream
(reactor.core.publisher.Flux<?> asyncResponse)
-
Constructor Details
-
FluxProvider
public FluxProvider()
-
-
Method Details
-
toAsyncStream
public org.reactivestreams.Publisher<?> toAsyncStream(reactor.core.publisher.Flux<?> asyncResponse) - Specified by:
toAsyncStream
in interfaceAsyncStreamProvider<reactor.core.publisher.Flux<?>>
-