Class MpClientInvocationBuilder
- java.lang.Object
 - 
- org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 - 
- org.jboss.resteasy.microprofile.client.impl.MpClientInvocationBuilder
 
 
 
- 
- All Implemented Interfaces:
 javax.ws.rs.client.Invocation.Builder,javax.ws.rs.client.SyncInvoker
public class MpClientInvocationBuilder extends ClientInvocationBuilder
 
- 
- 
Field Summary
- 
Fields inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
invocation 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MpClientInvocationBuilder(ResteasyClient client, URI uri, ClientConfiguration configuration, List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> asyncInterceptorFactories) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientInvocationcreateClientInvocation(ClientInvocation invocation)protected ClientInvocationcreateClientInvocation(ResteasyClient client, URI uri, ClientRequestHeaders headers, ClientConfiguration parent)javax.ws.rs.client.CompletionStageRxInvokerrx()- 
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
accept, accept, acceptEncoding, acceptLanguage, acceptLanguage, async, build, build, buildDelete, buildGet, buildPost, buildPut, cacheControl, cookie, cookie, delete, delete, delete, get, get, get, getClientInvocation, getHeaders, getTarget, getURI, head, header, headers, isChunked, method, method, method, method, method, method, options, options, options, patch, patch, patch, post, post, post, property, put, put, put, rx, setChunked, setClientInvocation, setTarget, trace, trace, trace 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MpClientInvocationBuilder
public MpClientInvocationBuilder(ResteasyClient client, URI uri, ClientConfiguration configuration, List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> asyncInterceptorFactories)
 
 - 
 
- 
Method Detail
- 
rx
public javax.ws.rs.client.CompletionStageRxInvoker rx()
- Specified by:
 rxin interfacejavax.ws.rs.client.Invocation.Builder- Overrides:
 rxin classClientInvocationBuilder
 
- 
createClientInvocation
protected ClientInvocation createClientInvocation(ClientInvocation invocation)
- Overrides:
 createClientInvocationin classClientInvocationBuilder
 
- 
createClientInvocation
protected ClientInvocation createClientInvocation(ResteasyClient client, URI uri, ClientRequestHeaders headers, ClientConfiguration parent)
- Overrides:
 createClientInvocationin classClientInvocationBuilder
 
 - 
 
 -