Uses of Interface
jakarta.ws.rs.client.RxInvoker
- 
Packages that use RxInvoker Package Description jakarta.ws.rs.client The JAX-RS client API
- 
- 
Uses of RxInvoker in jakarta.ws.rs.clientClasses 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.
 
-