Package com.linecorp.armeria.server.rxjava2
Provides a default
ResponseConverterFunction
which automatically converts an ObservableSource
into an
HttpResponse
when the ObservableSource
is returned by an annotated HTTP service.-
Class Summary Class Description ObservableResponseConverterFunction AResponseConverterFunction
which converts theObservable
instance to aFlowable
first, then converts it to anHttpResponse
using the specifiedresponseConverter
.