public class ReactiveIOInvoker extends AbstractReactiveInvoker
Constructor and Description |
---|
ReactiveIOInvoker() |
Modifier and Type | Method and Description |
---|---|
protected AsyncResponseImpl |
checkFutureResponse(Message inMessage,
Object result) |
protected AsyncResponseImpl |
handleFlowable(Message inMessage,
io.reactivex.rxjava3.core.Flowable<?> f) |
protected AsyncResponseImpl |
handleMaybe(Message inMessage,
io.reactivex.rxjava3.core.Maybe<?> maybe) |
protected AsyncResponseImpl |
handleObservable(Message inMessage,
io.reactivex.rxjava3.core.Observable<?> obs) |
protected AsyncResponseImpl |
handleSingle(Message inMessage,
io.reactivex.rxjava3.core.Single<?> single) |
handleThrowable, isJsonResponse, isStreamingSubscriberUsed, isUseStreamingSubscriberIfPossible, setUseStreamingSubscriberIfPossible
getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invoke
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject
protected AsyncResponseImpl checkFutureResponse(Message inMessage, Object result)
checkFutureResponse
in class JAXRSInvoker
protected AsyncResponseImpl handleMaybe(Message inMessage, io.reactivex.rxjava3.core.Maybe<?> maybe)
protected AsyncResponseImpl handleSingle(Message inMessage, io.reactivex.rxjava3.core.Single<?> single)
protected AsyncResponseImpl handleFlowable(Message inMessage, io.reactivex.rxjava3.core.Flowable<?> f)
protected AsyncResponseImpl handleObservable(Message inMessage, io.reactivex.rxjava3.core.Observable<?> obs)
Apache CXF