Uses of Interface
javax.ws.rs.client.RxInvoker
-
Packages that use RxInvoker Package Description javax.ws.rs.client The Client API -
-
Uses of RxInvoker in javax.ws.rs.client
Classes in javax.ws.rs.client with type parameters of type RxInvoker Modifier and Type Interface Description interfaceRxInvokerProvider<T extends RxInvoker>RxInvokerprovider.Subinterfaces of RxInvoker in javax.ws.rs.client Modifier and Type Interface Description interfaceCompletionStageRxInvokerReactive invoker basedCompletionStage.Methods in javax.ws.rs.client with type parameters of type RxInvoker Modifier and Type Method Description <T extends RxInvoker>
TInvocation.Builder. rx(java.lang.Class<T> clazz)Access a reactive invoker based on aRxInvokersubclass provider.
-