Uses of Interface
jakarta.ws.rs.client.CompletionStageRxInvoker
-
Packages that use CompletionStageRxInvoker Package Description jakarta.ws.rs.client The JAX-RS client APIorg.jboss.resteasy.client.jaxrs.internal -
-
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.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement CompletionStageRxInvoker Modifier and Type Class Description classCompletionStageRxInvokerImplMethods in org.jboss.resteasy.client.jaxrs.internal that return CompletionStageRxInvoker Modifier and Type Method Description CompletionStageRxInvokerCompletionStageRxInvokerProvider. getRxInvoker(SyncInvoker syncInvoker, ExecutorService executorService)CompletionStageRxInvokerClientInvocationBuilder. rx()
-