Package com.linecorp.armeria.server.rxjava2
@NonNullByDefault
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.-
ClassDescriptionA
ResponseConverterFunction
which converts theObservable
instance to aFlowable
first, then converts it to anHttpResponse
using the specifiedresponseConverter
.