| Package | Description |
|---|---|
| javax.ws.rs.client |
The JAX-RS client API
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompletionStageRxInvoker
Reactive invoker based
CompletionStage. |
| Modifier and Type | Method and Description |
|---|---|
<T extends RxInvoker> |
Invocation.Builder.rx(Class<T> clazz)
Access a reactive invoker based on an implementation of
RxInvoker
provided. |
<T extends RxInvoker> |
Invocation.Builder.rx(Class<T> clazz,
ExecutorService executorService)
Access a reactive invoker based on an implementation of
RxInvoker
and the executor service provided. |
Copyright © 1996-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.