Package org.glassfish.jersey.client
Class JerseyCompletionStageRxInvoker
- java.lang.Object
-
- org.glassfish.jersey.client.AbstractRxInvoker<java.util.concurrent.CompletionStage>
-
- org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
-
- All Implemented Interfaces:
javax.ws.rs.client.CompletionStageRxInvoker
,javax.ws.rs.client.RxInvoker<java.util.concurrent.CompletionStage>
public class JerseyCompletionStageRxInvoker extends AbstractRxInvoker<java.util.concurrent.CompletionStage> implements javax.ws.rs.client.CompletionStageRxInvoker
Implementation of Reactive Invoker forCompletionStage
.- Since:
- 2.26
-
-
Constructor Summary
Constructors Constructor Description JerseyCompletionStageRxInvoker(javax.ws.rs.client.Invocation.Builder builder, java.util.concurrent.ExecutorService executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> java.util.concurrent.CompletionStage<T>
method(java.lang.String name, javax.ws.rs.client.Entity<?> entity, java.lang.Class<T> responseType)
<T> java.util.concurrent.CompletionStage<T>
method(java.lang.String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)
-
Methods inherited from class org.glassfish.jersey.client.AbstractRxInvoker
delete, delete, delete, get, get, get, getExecutorService, getSyncInvoker, head, method, method, method, method, options, options, options, post, post, post, put, put, put, trace, trace, trace
-
-
-
-
Method Detail
-
method
public <T> java.util.concurrent.CompletionStage<T> method(java.lang.String name, javax.ws.rs.client.Entity<?> entity, java.lang.Class<T> responseType)
- Specified by:
method
in interfacejavax.ws.rs.client.CompletionStageRxInvoker
- Specified by:
method
in interfacejavax.ws.rs.client.RxInvoker<java.util.concurrent.CompletionStage>
-
method
public <T> java.util.concurrent.CompletionStage<T> method(java.lang.String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)
- Specified by:
method
in interfacejavax.ws.rs.client.CompletionStageRxInvoker
- Specified by:
method
in interfacejavax.ws.rs.client.RxInvoker<java.util.concurrent.CompletionStage>
-
-