| Modifier and Type | Method and Description |
|---|---|
static RxClient<RxCompletableFutureInvoker> |
RxCompletableFuture.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 completable
future from
JSR-166e (pre-Java 8). |
static RxClient<RxCompletableFutureInvoker> |
RxCompletableFuture.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 completable
future from
JSR-166e (pre-Java 8). |
static RxWebTarget<RxCompletableFutureInvoker> |
RxCompletableFuture.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
completable future from JSR-166e (pre-Java 8). |
static RxWebTarget<RxCompletableFutureInvoker> |
RxCompletableFuture.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
completable future from JSR-166e (pre-Java 8). |
static RxClient<RxCompletableFutureInvoker> |
RxCompletableFuture.newClient()
Create a new
reactive client instance parametrized with invoker based on
the completable future from JSR-166e (pre-Java 8). |
static RxClient<RxCompletableFutureInvoker> |
RxCompletableFuture.newClient(ExecutorService executor)
Create a new
reactive client instance parametrized with invoker based on
the completable future from JSR-166e (pre-Java 8). |
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.