Uses of Interface
jakarta.ws.rs.client.AsyncInvoker
-
Packages that use AsyncInvoker Package Description jakarta.ws.rs.client The JAX-RS client APIorg.jboss.resteasy.client.jaxrs.internal -
-
Uses of AsyncInvoker in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return AsyncInvoker Modifier and Type Method Description AsyncInvokerInvocation.Builder. async()Access the asynchronous uniform request invocation interface to asynchronously invoke the built request. -
Uses of AsyncInvoker in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement AsyncInvoker Modifier and Type Class Description classAsynchronousInvokeMethods in org.jboss.resteasy.client.jaxrs.internal that return AsyncInvoker Modifier and Type Method Description AsyncInvokerClientInvocationBuilder. async()
-