Uses of Interface
jakarta.ws.rs.client.SyncInvoker
Packages that use SyncInvoker
Package
Description
The JAX-RS client API
-
Uses of SyncInvoker in jakarta.ws.rs.client
Subinterfaces of SyncInvoker in jakarta.ws.rs.clientModifier and TypeInterfaceDescriptionstatic interfaceA client request invocation builder.Methods in jakarta.ws.rs.client with parameters of type SyncInvokerModifier and TypeMethodDescriptionRxInvokerProvider.getRxInvoker(SyncInvoker syncInvoker, ExecutorService executorService) GetRxInvokerimplementation instance. -
Uses of SyncInvoker in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement SyncInvokerMethods in org.jboss.resteasy.client.jaxrs.internal with parameters of type SyncInvokerModifier and TypeMethodDescriptionCompletionStageRxInvokerProvider.getRxInvoker(SyncInvoker syncInvoker, ExecutorService executorService) Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type SyncInvokerModifierConstructorDescriptionCompletionStageRxInvokerImpl(SyncInvoker builder) CompletionStageRxInvokerImpl(SyncInvoker builder, ExecutorService executor) -
Uses of SyncInvoker in org.jboss.resteasy.client.jaxrs.internal.proxy
Fields in org.jboss.resteasy.client.jaxrs.internal.proxy declared as SyncInvokerMethods in org.jboss.resteasy.client.jaxrs.internal.proxy that return SyncInvokerMethods in org.jboss.resteasy.client.jaxrs.internal.proxy with parameters of type SyncInvoker