Module io.helidon.webclient.context
Package io.helidon.webclient.context
Interface WebClientContextConfig
- All Superinterfaces:
Prototype.Api
,Prototype.Factory<WebClientContextService>
- All Known Implementing Classes:
WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
Configuration of WebClient transport level propagation of context values.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Fluent API builder forWebClientContextService
.static class
WebClientContextConfig.BuilderBase<BUILDER extends WebClientContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientContextConfig> Fluent API builder base forWebClientContextService
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a new fluent API builder to customize configuration.builder
(WebClientContextConfig instance) Create a new fluent API builder from an existing instance.static WebClientContextConfig
create()
Create a new instance with default values.static WebClientContextConfig
Deprecated.static WebClientContextConfig
Create a new instance from configuration.name()
Name of this instance.records()
List of propagation records.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
-
create
Create a new instance with default values.- Returns:
- a new instance
-
name
String name()Name of this instance.- Returns:
- instance name
-
records
List<ContextRecordConfig> records()List of propagation records.- Returns:
- records configuration
-
create(io.helidon.config.Config)