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
Classes in io.helidon.webclient.discovery that implement interfaces with type arguments of type WebClientDiscoveryModifier and TypeClassDescriptionstatic classFluent API builder forWebClientDiscovery.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.discovery that return WebClientDiscoveryModifier and TypeMethodDescriptionWebClientDiscoveryConfig.Builder.build()Create an instance from this builder.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl.build()Create a new runtime instance from this prototype.static WebClientDiscoveryWebClientDiscovery.create(WebClientDiscoveryConfig prototype) Returns a newWebClientDiscoveryimplementation configured with the suppliedprototype.static WebClientDiscoveryWebClientDiscovery.create(Consumer<WebClientDiscoveryConfig.Builder> consumer) A convenience method that calls theWebClientDiscovery.builder()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()