Uses of Interface
io.helidon.webclient.discovery.WebClientDiscovery
Packages that use WebClientDiscovery
Package
Description
Provides classes and interfaces that integrate discovery features into
webclients.
-
Uses of WebClientDiscovery in io.helidon.webclient.discovery
Methods in io.helidon.webclient.discovery that return WebClientDiscoveryModifier and TypeMethodDescriptionWebClientDiscoveryConfig.Builder.build()WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl.build()static WebClientDiscoveryWebClientDiscovery.create(WebClientDiscoveryConfig prototype) Returns a newWebClientDiscoveryimplementation configured with the suppliedprototype.static WebClientDiscoveryWebClientDiscovery.create(Consumer<WebClientDiscoveryConfig.Builder> consumer) A convenience method that calls thebuilder()method, updates it using the suppliedConsumer, invokes itsbuild()method, and returns the result.Builds, configures, and returns a newWebClientDiscoverythat will cause any affiliatedWebClientto automatically use aDiscoveryclient to discover URIs.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl.get()