Uses of Interface
jakarta.ws.rs.client.RxInvoker
-
Packages that use RxInvoker Package Description jakarta.ws.rs.client The JAX-RS client APIorg.jboss.resteasy.client.jaxrs org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core.providerfactory org.jboss.resteasy.spi -
-
Uses of RxInvoker in jakarta.ws.rs.client
Classes in jakarta.ws.rs.client with type parameters of type RxInvoker Modifier and Type Interface Description interfaceRxInvokerProvider<T extends RxInvoker>RxInvokerprovider.Subinterfaces of RxInvoker in jakarta.ws.rs.client Modifier and Type Interface Description interfaceCompletionStageRxInvokerReactive invoker basedCompletionStage.Methods in jakarta.ws.rs.client with type parameters of type RxInvoker Modifier and Type Method Description <T extends RxInvoker>
TInvocation.Builder. rx(Class<T> clazz)Access a reactive invoker based on aRxInvokersubclass provider. -
Uses of RxInvoker in org.jboss.resteasy.client.jaxrs
Subinterfaces of RxInvoker in org.jboss.resteasy.client.jaxrs Modifier and Type Interface Description interfacePublisherRxInvoker -
Uses of RxInvoker in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement RxInvoker Modifier and Type Class Description classCompletionStageRxInvokerImplclassPublisherRxInvokerImplMethods in org.jboss.resteasy.client.jaxrs.internal with type parameters of type RxInvoker Modifier and Type Method Description <I extends RxInvoker<?>>
RxInvokerProvider<I>ClientConfiguration. getRxInvokerProvider(Class<I> clazz)<T extends RxInvoker>
TClientInvocationBuilder. rx(Class<T> clazz) -
Uses of RxInvoker in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory with type parameters of type RxInvoker Modifier and Type Method Description <I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactoryDelegate. getRxInvokerProvider(Class<I> clazz)<I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactoryImpl. getRxInvokerProvider(Class<I> clazz) -
Uses of RxInvoker in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with type parameters of type RxInvoker Modifier and Type Method Description abstract <I extends RxInvoker>
RxInvokerProvider<I>ResteasyProviderFactory. getRxInvokerProvider(Class<I> clazz)
-