public interface JaxrsClientBuilder
Client.
In a typical auto-configured Spring Boot application this builder is available as a bean and can be injected whenever
a JAX-RS Client is needed.
If the JaxrsClientBuilderAutoConfiguration class in enabled in a auto-configured Spring Boot application,
JaxrsClientCustomizers beans will be auto-detected and can be used to customize the ClientBuilder
instance used to provide the JAX-RS Clients. The JaxrsClientBuilderFactory can be used to replace the
default JAX-RS ClientBuilder instance lookup strategy (i.e. ClientBuilder.newBuilder() with a custom
one.
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.client.Client |
build()
Build a new JAX-RS
Client. |
Copyright © 2019 The Holon Platform. All rights reserved.