| Modifier and Type | Method and Description |
|---|---|
static RxClient<RxCompletionStageInvoker> |
RxCompletionStage.from(javax.ws.rs.client.Client client)
Create a new
reactive client instance initialized with given JAX-RS client
instance and parametrized with invoker based on the completion stage from
Java 8. |
static RxClient<RxCompletionStageInvoker> |
RxCompletionStage.from(javax.ws.rs.client.Client client,
ExecutorService executor)
Create a new
reactive client instance initialized with given JAX-RS client
instance and parametrized with invoker based on the completion stage from
Java 8. |
static RxWebTarget<RxCompletionStageInvoker> |
RxCompletionStage.from(javax.ws.rs.client.WebTarget target)
Create a new
reactive client target instance initialized with given
JAX-RS client web target instance and parametrized with invoker based on the
completion stage from Java 8. |
static RxWebTarget<RxCompletionStageInvoker> |
RxCompletionStage.from(javax.ws.rs.client.WebTarget target,
ExecutorService executor)
Create a new
reactive client target instance initialized with given
JAX-RS client web target instance and parametrized with invoker based on the
completion stage from Java 8. |
static RxClient<RxCompletionStageInvoker> |
RxCompletionStage.newClient()
Create a new
reactive client instance parametrized with invoker based on
the completion stage from Java 8. |
static RxClient<RxCompletionStageInvoker> |
RxCompletionStage.newClient(ExecutorService executor)
Create a new
reactive client instance parametrized with invoker based on
the completion stage from Java 8. |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.