public interface JaxrsAsyncRestClient
extends com.holonplatform.async.http.AsyncRestClient
AsyncRestClient using a JAX-RS Client to perform invocations.com.holonplatform.async.http.AsyncRestClient.AsyncInvocation, com.holonplatform.async.http.AsyncRestClient.AsyncRequestDefinitioncom.holonplatform.http.rest.RestClientOperations.InvocationOperations<RE,RP,RS,RL,RU>, com.holonplatform.http.rest.RestClientOperations.RequestConfiguration<R extends com.holonplatform.http.rest.RestClientOperations.RequestConfiguration<R>>| Modifier and Type | Method and Description |
|---|---|
static com.holonplatform.async.http.AsyncRestClient |
create()
Create a
AsyncRestClient using the default client builder implementation class provided by the JAX-RS
implementation provider. |
static com.holonplatform.async.http.AsyncRestClient |
create(javax.ws.rs.client.Client client)
Create a
AsyncRestClient using given JAX-RS client. |
javax.ws.rs.client.Client |
getClient()
Get the JAX-RS Client bound to this
AsyncRestClient. |
javax.ws.rs.client.Client getClient()
AsyncRestClient.static com.holonplatform.async.http.AsyncRestClient create(javax.ws.rs.client.Client client)
AsyncRestClient using given JAX-RS client.client - JAX-RS Client to perform invocations (not null)AsyncRestClient instancestatic com.holonplatform.async.http.AsyncRestClient create()
AsyncRestClient using the default client builder implementation class provided by the JAX-RS
implementation provider.create in interface com.holonplatform.async.http.AsyncRestClientAsyncRestClient instanceCopyright © 2019 The Holon Platform. All rights reserved.