Class AbstractReactiveInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.jaxrs.JAXRSInvoker
org.apache.cxf.jaxrs.reactivestreams.server.AbstractReactiveInvoker
- All Implemented Interfaces:
Invoker
- Direct Known Subclasses:
ReactiveIOInvoker,ReactorInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjecthandleThrowable(AsyncResponseImpl asyncResponse, Throwable t) protected booleanisJsonResponse(Message inMessage) protected booleanisStreamingSubscriberUsed(org.reactivestreams.Publisher<?> publisher, jakarta.ws.rs.container.AsyncResponse asyncResponse, Message inMessage) booleanvoidsetUseStreamingSubscriberIfPossible(boolean useStreamingSubscriberIfPossible) Methods inherited from class org.apache.cxf.jaxrs.JAXRSInvoker
checkFutureResponse, getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invokeMethods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject
-
Constructor Details
-
AbstractReactiveInvoker
public AbstractReactiveInvoker()
-
-
Method Details
-
handleThrowable
-
isJsonResponse
-
isUseStreamingSubscriberIfPossible
public boolean isUseStreamingSubscriberIfPossible() -
isStreamingSubscriberUsed
protected boolean isStreamingSubscriberUsed(org.reactivestreams.Publisher<?> publisher, jakarta.ws.rs.container.AsyncResponse asyncResponse, Message inMessage) -
setUseStreamingSubscriberIfPossible
public void setUseStreamingSubscriberIfPossible(boolean useStreamingSubscriberIfPossible)
-