Uses of Interface
io.helidon.webclient.WebClient
-
Packages that use WebClient Package Description io.helidon.webclient A reactive client for rest calls. -
-
Uses of WebClient in io.helidon.webclient
Methods in io.helidon.webclient that return WebClient Modifier and Type Method Description WebClientWebClient.Builder. build()static WebClientWebClient. create()Create a new WebClient.static WebClientWebClient. create(Config config)Create a new WebClient based onConfig.
-