Module io.helidon.webclient.jaxrs
Package io.helidon.webclient.jaxrs
package io.helidon.webclient.jaxrs
Helidon support for JAX-RS (Jersey) client.
You can create the JAX-RS client as usual using
ClientBuilder.newBuilder()
and ClientBuilder.newClient()
.
If you want to configure defaults for asynchronous executor service,
you can use JaxRsClient.configureDefaults(io.helidon.config.Config)
or JaxRsClient.defaultExecutor(java.util.function.Supplier)
.
- See Also:
-
ClassDescriptionPoint of access to
ClientBuilder
to support Helidon features, such as propagation of tracing, correct handling ofContext
.Auto discoverable feature to use a custom executor service for all client asynchronous operations.