Uses of Interface
jakarta.ws.rs.client.RxInvoker
-
Packages that use RxInvoker Package Description jakarta.ws.rs.client The JAX-RS client APIorg.glassfish.jersey.client Jersey client-side classes. -
-
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.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement RxInvoker Modifier and Type Class Description classAbstractRxInvoker<T>Default implementation ofreactive invoker.classJerseyCompletionStageRxInvokerImplementation of Reactive Invoker forCompletionStage.Methods in org.glassfish.jersey.client with type parameters of type RxInvoker Modifier and Type Method Description <T extends RxInvoker>
TJerseyInvocation.Builder. rx(Class<T> clazz)
-