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:
JaxRsClient