Uses of Interface
io.helidon.webclient.discovery.WebClientDiscoveryConfig
Packages that use WebClientDiscoveryConfig
Package
Description
Provides classes and interfaces that integrate discovery features into
webclients.
-
Uses of WebClientDiscoveryConfig in io.helidon.webclient.discovery
Classes in io.helidon.webclient.discovery with type parameters of type WebClientDiscoveryConfigModifier and TypeClassDescriptionstatic classWebClientDiscoveryConfig.BuilderBase<BUILDER extends WebClientDiscoveryConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientDiscoveryConfig> Fluent API builder base forWebClientDiscoveryConfig.Classes in io.helidon.webclient.discovery that implement WebClientDiscoveryConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.discovery that return WebClientDiscoveryConfigModifier and TypeMethodDescriptionWebClientDiscoveryConfig.Builder.buildPrototype()static WebClientDiscoveryConfigDeprecated.static WebClientDiscoveryConfigCreate a new instance from configuration.Methods in io.helidon.webclient.discovery with parameters of type WebClientDiscoveryConfigModifier and TypeMethodDescriptionWebClientDiscoveryConfig.builder(WebClientDiscoveryConfig instance) Create a new fluent API builder from an existing instance.static WebClientDiscoveryWebClientDiscovery.create(WebClientDiscoveryConfig prototype) Returns a newWebClientDiscoveryimplementation configured with the suppliedprototype.WebClientDiscoveryConfig.BuilderBase.from(WebClientDiscoveryConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)