Package org.jboss.resteasy.spi
Interface AsyncStreamProvider<T>
-
public interface AsyncStreamProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.reactivestreams.PublishertoAsyncStream(T asyncResponse)
-
-
-
Method Detail
-
toAsyncStream
org.reactivestreams.Publisher toAsyncStream(T asyncResponse)
-
-