Class ReactiveStreamProvider
java.lang.Object
org.jboss.resteasy.plugins.providers.ReactiveStreamProvider
- All Implemented Interfaces:
AsyncStreamProvider<org.reactivestreams.Publisher<?>>
public class ReactiveStreamProvider
extends Object
implements AsyncStreamProvider<org.reactivestreams.Publisher<?>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
toAsyncStream
(org.reactivestreams.Publisher<?> asyncResponse)
-
Constructor Details
-
ReactiveStreamProvider
public ReactiveStreamProvider()
-
-
Method Details
-
toAsyncStream
public org.reactivestreams.Publisher toAsyncStream(org.reactivestreams.Publisher<?> asyncResponse) - Specified by:
toAsyncStream
in interfaceAsyncStreamProvider<org.reactivestreams.Publisher<?>>
-