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 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 Prototype.Factory
buildModifier and TypeMethodDescriptionbuild()Create a new instance of the runtime type from this config object.
-
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
-
discovery
-
prefixUris
-
name
String name()The name to assign to the runtime type (discoveryby default).- Returns:
- a name
- See Also:
-