Package | Description |
---|---|
org.springframework.web.reactive.function.client |
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer. |
Modifier and Type | Method and Description |
---|---|
WebClient |
WebClient.Builder.build()
Builder the
WebClient instance. |
static WebClient |
WebClient.create()
Create a new
WebClient with Reactor Netty by default. |
static WebClient |
WebClient.create(String baseUrl)
Variant of
create() that accepts a default base URL. |