| Package | Description |
|---|---|
| org.glassfish.jersey.client.rx |
Jersey Reactive Client API.
|
| Modifier and Type | Method and Description |
|---|---|
static <RX extends RxInvoker> |
Rx.from(javax.ws.rs.client.Client client,
Class<RX> invokerType)
Create a new
reactive client instance initialized with given JAX-RS client
instance and parametrized with provided reactive invocation type. |
static <RX extends RxInvoker> |
Rx.from(javax.ws.rs.client.Client client,
Class<RX> invokerType,
ExecutorService executor)
Create a new
reactive client instance initialized with given JAX-RS client
instance and parametrized with provided reactive invocation type. |
static <RX extends RxInvoker> |
Rx.newClient(Class<RX> invokerType)
Create a new
reactive client instance parametrized with given reactive
invocation type. |
static <RX extends RxInvoker> |
Rx.newClient(Class<RX> invokerType,
ExecutorService executor)
Create a new
reactive client instance parametrized with given reactive
invocation type. |
RxClient<RX> |
RxClient.property(String name,
Object value) |
RxClient<RX> |
RxClient.register(Class<?> componentClass) |
RxClient<RX> |
RxClient.register(Class<?> componentClass,
Class<?>... contracts) |
RxClient<RX> |
RxClient.register(Class<?> componentClass,
int priority) |
RxClient<RX> |
RxClient.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts) |
RxClient<RX> |
RxClient.register(Object component) |
RxClient<RX> |
RxClient.register(Object component,
Class<?>... contracts) |
RxClient<RX> |
RxClient.register(Object component,
int priority) |
RxClient<RX> |
RxClient.register(Object component,
Map<Class<?>,Integer> contracts) |
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.