Class ObservableResponseConverterFunction

java.lang.Object
com.linecorp.armeria.server.rxjava.ObservableResponseConverterFunction
All Implemented Interfaces:
ResponseConverterFunction

public final class ObservableResponseConverterFunction
extends Object
implements ResponseConverterFunction
A ResponseConverterFunction which converts the Observable instance to a Flowable first, then converts it to an HttpResponse using the specified responseConverter. The types, which publish 0 or 1 object such as Single, Maybe and Completable, would not be converted into a Flowable.