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
Constructors Constructor Description ReactiveStreamProvider() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.PublishertoAsyncStream(org.reactivestreams.Publisher<?> asyncResponse) 
 - 
 
- 
- 
Method Detail
- 
toAsyncStream
public org.reactivestreams.Publisher toAsyncStream(org.reactivestreams.Publisher<?> asyncResponse)
- Specified by:
 toAsyncStreamin interfaceAsyncStreamProvider<org.reactivestreams.Publisher<?>>
 
 - 
 
 -