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
ConstructorsConstructorDescriptionAsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder) AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder, ExecutorService executor) -
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<jakarta.ws.rs.core.Response> delete()<T> CompletionStage<T> delete(jakarta.ws.rs.core.GenericType<T> responseType) <T> CompletionStage<T> CompletionStage<jakarta.ws.rs.core.Response> get()<T> CompletionStage<T> get(jakarta.ws.rs.core.GenericType<T> responseType) <T> CompletionStage<T> CompletionStage<jakarta.ws.rs.core.Response> head()CompletionStage<jakarta.ws.rs.core.Response> CompletionStage<jakarta.ws.rs.core.Response> <T> CompletionStage<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType) <T> CompletionStage<T> <T> CompletionStage<T> <T> CompletionStage<T> CompletionStage<jakarta.ws.rs.core.Response> options()<T> CompletionStage<T> options(jakarta.ws.rs.core.GenericType<T> responseType) <T> CompletionStage<T> 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> 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> 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> CompletionStage<jakarta.ws.rs.core.Response> trace()<T> CompletionStage<T> trace(jakarta.ws.rs.core.GenericType<T> responseType) <T> CompletionStage<T> Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
getExecutor
-
Constructor Details
-
AsyncInterceptorRxInvoker
public AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder, ExecutorService executor) -
AsyncInterceptorRxInvoker
public AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder)
-
-
Method Details
-
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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Overrides:
patchin classorg.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
-
patch
- 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
-