Package io.helidon.webclient.discovery
Interface WebClientDiscoveryConfig
- All Superinterfaces:
Prototype.Api,Prototype.Factory<WebClientDiscovery>
- All Known Implementing Classes:
WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forWebClientDiscovery.static classWebClientDiscoveryConfig.BuilderBase<BUILDER extends WebClientDiscoveryConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientDiscoveryConfig> Fluent API builder base forWebClientDiscoveryConfig. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new fluent API builder to customize configuration.builder(WebClientDiscoveryConfig instance) Create a new fluent API builder from an existing instance.static WebClientDiscoveryConfigDeprecated.static WebClientDiscoveryConfigCreate a new instance from configuration.ADiscovery(normally sourced from the service registry).name()The name to assign to the runtime type (discoveryby default).Methods inherited from interface io.helidon.builder.api.Prototype.Factory
build
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Deprecated.Create a new instance from configuration.- Parameters:
config- used to configure the new instance- Returns:
- a new instance configured from configuration
-
discovery
Discovery discovery()ADiscovery(normally sourced from the service registry).- Returns:
- a
Discovery
-
prefixUris
- Returns:
- the
Map
-
name
String name()The name to assign to the runtime type (discoveryby default).- Returns:
- a name
- See Also:
-
create(io.helidon.config.Config)