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, setUseStreamingSubscriberIfPossiblegetActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invokeadjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObjectprotected AsyncResponseImpl checkFutureResponse(Message inMessage, Object result)
checkFutureResponse in class JAXRSInvokerprotected 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