Class AsyncInterceptorRxInvoker
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
- org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
-
- All Implemented Interfaces:
jakarta.ws.rs.client.CompletionStageRxInvoker,jakarta.ws.rs.client.RxInvoker<CompletionStage>
public class AsyncInterceptorRxInvoker extends org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl- Author:
- Bill Burke, Alessio Soldano
-
-
Constructor Summary
Constructors Constructor Description AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder)AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder, ExecutorService executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<jakarta.ws.rs.core.Response>delete()<T> CompletionStage<T>delete(jakarta.ws.rs.core.GenericType<T> responseType)<T> CompletionStage<T>delete(Class<T> responseType)CompletionStage<jakarta.ws.rs.core.Response>get()<T> CompletionStage<T>get(jakarta.ws.rs.core.GenericType<T> responseType)<T> CompletionStage<T>get(Class<T> responseType)CompletionStage<jakarta.ws.rs.core.Response>head()CompletionStage<jakarta.ws.rs.core.Response>method(String name)CompletionStage<jakarta.ws.rs.core.Response>method(String name, jakarta.ws.rs.client.Entity<?> entity)<T> CompletionStage<T>method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType)<T> CompletionStage<T>method(String name, jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType)<T> CompletionStage<T>method(String name, jakarta.ws.rs.core.GenericType<T> responseType)<T> CompletionStage<T>method(String name, Class<T> responseType)CompletionStage<jakarta.ws.rs.core.Response>options()<T> CompletionStage<T>options(jakarta.ws.rs.core.GenericType<T> responseType)<T> CompletionStage<T>options(Class<T> responseType)CompletionStage<jakarta.ws.rs.core.Response>patch(jakarta.ws.rs.client.Entity<?> entity)<T> CompletionStage<T>patch(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType)<T> CompletionStage<T>patch(jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType)CompletionStage<jakarta.ws.rs.core.Response>post(jakarta.ws.rs.client.Entity<?> entity)<T> CompletionStage<T>post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type)<T> CompletionStage<T>post(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz)CompletionStage<jakarta.ws.rs.core.Response>put(jakarta.ws.rs.client.Entity<?> entity)<T> CompletionStage<T>put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type)<T> CompletionStage<T>put(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz)CompletionStage<jakarta.ws.rs.core.Response>trace()<T> CompletionStage<T>trace(jakarta.ws.rs.core.GenericType<T> responseType)<T> CompletionStage<T>trace(Class<T> responseType)
-
-
-
Constructor Detail
-
AsyncInterceptorRxInvoker
public AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder, ExecutorService executor)
-
AsyncInterceptorRxInvoker
public AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder)
-
-
Method Detail
-
get
public CompletionStage<jakarta.ws.rs.core.Response> get()
- Specified by:
getin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
getin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
getin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
get
public <T> CompletionStage<T> get(Class<T> responseType)
- Specified by:
getin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
getin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
getin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
get
public <T> CompletionStage<T> get(jakarta.ws.rs.core.GenericType<T> responseType)
- Specified by:
getin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
getin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
getin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
put
public CompletionStage<jakarta.ws.rs.core.Response> put(jakarta.ws.rs.client.Entity<?> entity)
- Specified by:
putin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
putin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
putin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
put
public <T> CompletionStage<T> put(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz)
- Specified by:
putin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
putin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
putin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
put
public <T> CompletionStage<T> put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type)
- Specified by:
putin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
putin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
putin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
post
public CompletionStage<jakarta.ws.rs.core.Response> post(jakarta.ws.rs.client.Entity<?> entity)
- Specified by:
postin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
postin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
postin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
post
public <T> CompletionStage<T> post(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz)
- Specified by:
postin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
postin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
postin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
post
public <T> CompletionStage<T> post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type)
- Specified by:
postin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
postin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
postin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
delete
public CompletionStage<jakarta.ws.rs.core.Response> delete()
- Specified by:
deletein interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
deletein interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
deletein classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
delete
public <T> CompletionStage<T> delete(Class<T> responseType)
- Specified by:
deletein interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
deletein interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
deletein classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
delete
public <T> CompletionStage<T> delete(jakarta.ws.rs.core.GenericType<T> responseType)
- Specified by:
deletein interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
deletein interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
deletein classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
head
public CompletionStage<jakarta.ws.rs.core.Response> head()
- Specified by:
headin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
headin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
headin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
options
public CompletionStage<jakarta.ws.rs.core.Response> options()
- Specified by:
optionsin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
optionsin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
optionsin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
options
public <T> CompletionStage<T> options(Class<T> responseType)
- Specified by:
optionsin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
optionsin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
optionsin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
options
public <T> CompletionStage<T> options(jakarta.ws.rs.core.GenericType<T> responseType)
- Specified by:
optionsin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
optionsin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
optionsin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
trace
public CompletionStage<jakarta.ws.rs.core.Response> trace()
- Specified by:
tracein interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
tracein interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
tracein classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
trace
public <T> CompletionStage<T> trace(Class<T> responseType)
- Specified by:
tracein interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
tracein interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
tracein classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
trace
public <T> CompletionStage<T> trace(jakarta.ws.rs.core.GenericType<T> responseType)
- Specified by:
tracein interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
tracein interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
tracein classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
method
public CompletionStage<jakarta.ws.rs.core.Response> method(String name)
- Specified by:
methodin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
methodin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
method
public <T> CompletionStage<T> method(String name, Class<T> responseType)
- Specified by:
methodin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
methodin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
method
public <T> CompletionStage<T> method(String name, jakarta.ws.rs.core.GenericType<T> responseType)
- Specified by:
methodin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
methodin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
method
public CompletionStage<jakarta.ws.rs.core.Response> method(String name, jakarta.ws.rs.client.Entity<?> entity)
- Specified by:
methodin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
methodin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
method
public <T> CompletionStage<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType)
- Specified by:
methodin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
methodin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
method
public <T> CompletionStage<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType)
- Specified by:
methodin interfacejakarta.ws.rs.client.CompletionStageRxInvoker- Specified by:
methodin interfacejakarta.ws.rs.client.RxInvoker<CompletionStage>- Overrides:
methodin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
patch
public CompletionStage<jakarta.ws.rs.core.Response> patch(jakarta.ws.rs.client.Entity<?> entity)
- Overrides:
patchin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
patch
public <T> CompletionStage<T> patch(jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType)
- Overrides:
patchin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
patch
public <T> CompletionStage<T> patch(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType)
- Overrides:
patchin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
-