public class ReactiveIOInvoker
extends org.apache.cxf.jaxrs.reactivestreams.server.AbstractReactiveInvoker
| Constructor and Description |
|---|
ReactiveIOInvoker() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl |
checkFutureResponse(org.apache.cxf.message.Message inMessage,
Object result) |
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl |
handleFlowable(org.apache.cxf.message.Message inMessage,
io.reactivex.Flowable<?> f) |
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl |
handleMaybe(org.apache.cxf.message.Message inMessage,
io.reactivex.Maybe<?> maybe) |
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl |
handleObservable(org.apache.cxf.message.Message inMessage,
io.reactivex.Observable<?> obs) |
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl |
handleSingle(org.apache.cxf.message.Message inMessage,
io.reactivex.Single<?> single) |
handleThrowable, isJsonResponse, isStreamingSubscriberUsed, isUseStreamingSubscriberIfPossible, setUseStreamingSubscriberIfPossiblegetActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invokeprotected org.apache.cxf.jaxrs.impl.AsyncResponseImpl checkFutureResponse(org.apache.cxf.message.Message inMessage,
Object result)
checkFutureResponse in class org.apache.cxf.jaxrs.JAXRSInvokerprotected org.apache.cxf.jaxrs.impl.AsyncResponseImpl handleMaybe(org.apache.cxf.message.Message inMessage,
io.reactivex.Maybe<?> maybe)
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl handleSingle(org.apache.cxf.message.Message inMessage,
io.reactivex.Single<?> single)
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl handleFlowable(org.apache.cxf.message.Message inMessage,
io.reactivex.Flowable<?> f)
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl handleObservable(org.apache.cxf.message.Message inMessage,
io.reactivex.Observable<?> obs)
Apache CXF