Uses of Interface
jakarta.ws.rs.client.SyncInvoker
Package | Description |
---|---|
jakarta.ws.rs.client |
The JAX-RS client API
|
-
Uses of SyncInvoker in jakarta.ws.rs.client
Subinterfaces of SyncInvoker in jakarta.ws.rs.client Modifier and Type Interface Description static interface
Invocation.Builder
A client request invocation builder.Methods in jakarta.ws.rs.client with parameters of type SyncInvoker Modifier and Type Method Description T
RxInvokerProvider. getRxInvoker(SyncInvoker syncInvoker, ExecutorService executorService)
GetRxInvoker
implementation instance.