Class RestClientBuilder


@UnstableApi public final class RestClientBuilder extends AbstractWebClientBuilder
Creates a new REST client that connects to the specified URI using the builder pattern. This client is designed to easily exchange RESTful APIs.

Use the factory methods in RestClient if you do not have many options to override. Please refer to ClientBuilder for how decorators and HTTP headers are configured.