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.client
Classes in jakarta.ws.rs.client with type parameters of type RxInvoker Modifier and Type Interface Description interface
RxInvokerProvider<T extends RxInvoker>
RxInvoker
provider.Subinterfaces of RxInvoker in jakarta.ws.rs.client Modifier and Type Interface Description interface
CompletionStageRxInvoker
Reactive 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 aRxInvoker
subclass provider.
-