Uses of Interface
jakarta.ws.rs.client.CompletionStageRxInvoker
-
Packages that use CompletionStageRxInvoker Package Description jakarta.ws.rs.client The JAX-RS client APIorg.glassfish.jersey.client Jersey client-side classes. -
-
Uses of CompletionStageRxInvoker in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return CompletionStageRxInvoker Modifier and Type Method Description CompletionStageRxInvokerInvocation.Builder. rx()Access the default reactive invoker based onCompletionStage. -
Uses of CompletionStageRxInvoker in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement CompletionStageRxInvoker Modifier and Type Class Description classJerseyCompletionStageRxInvokerImplementation of Reactive Invoker forCompletionStage.Methods in org.glassfish.jersey.client that return CompletionStageRxInvoker Modifier and Type Method Description CompletionStageRxInvokerJerseyInvocation.Builder. rx()
-