Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
RxInvokerProvider<T extends RxInvoker>
RxInvoker provider. |
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 a
RxInvoker subclass provider. |
Modifier and Type | Class and Description |
---|---|
class |
CompletionStageRxInvokerImpl |
Modifier and Type | Method and Description |
---|---|
<I extends RxInvoker<?>> |
ClientConfiguration.getRxInvokerProvider(Class<I> clazz) |
<T extends RxInvoker> |
ClientInvocationBuilder.rx(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
<I extends RxInvoker> |
ResteasyProviderFactory.getRxInvokerProvider(Class<I> clazz) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.