Uses of Interface
io.helidon.common.context.http.ContextRecordConfig
Packages that use ContextRecordConfig
Package
Description
Common types for Context propagation over HTTP.
Helidon WebServer Context Support.
-
Uses of ContextRecordConfig in io.helidon.common.context.http
Classes in io.helidon.common.context.http with type parameters of type ContextRecordConfigModifier and TypeClassDescriptionstatic class
ContextRecordConfig.BuilderBase<BUILDER extends ContextRecordConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContextRecordConfig> Fluent API builder base forContextRecordConfig
.Classes in io.helidon.common.context.http that implement ContextRecordConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.context.http that return ContextRecordConfigModifier and TypeMethodDescriptionContextRecordConfig.Builder.build()
ContextRecordConfig.Builder.buildPrototype()
static ContextRecordConfig
ContextRecordConfig.create()
Create a new instance with default values.static ContextRecordConfig
Deprecated.static ContextRecordConfig
Create a new instance from configuration.Methods in io.helidon.common.context.http with parameters of type ContextRecordConfigModifier and TypeMethodDescriptionstatic ContextRecordConfig.Builder
ContextRecordConfig.builder
(ContextRecordConfig instance) Create a new fluent API builder from an existing instance.ContextRecordConfig.BuilderBase.from
(ContextRecordConfig prototype) Update this builder from an existing prototype instance. -
Uses of ContextRecordConfig in io.helidon.webclient.context
Methods in io.helidon.webclient.context that return types with arguments of type ContextRecordConfigModifier and TypeMethodDescriptionWebClientContextConfig.BuilderBase.records()
List of propagation records.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl.records()
WebClientContextConfig.records()
List of propagation records.Methods in io.helidon.webclient.context with parameters of type ContextRecordConfigModifier and TypeMethodDescriptionWebClientContextConfig.BuilderBase.addRecord
(ContextRecordConfig record) List of propagation records.Method parameters in io.helidon.webclient.context with type arguments of type ContextRecordConfigModifier and TypeMethodDescriptionWebClientContextConfig.BuilderBase.addRecords
(List<? extends ContextRecordConfig> records) List of propagation records.WebClientContextConfig.BuilderBase.records
(List<? extends ContextRecordConfig> records) List of propagation records. -
Uses of ContextRecordConfig in io.helidon.webserver.context
Methods in io.helidon.webserver.context that return types with arguments of type ContextRecordConfigModifier and TypeMethodDescriptionContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl.records()
ContextFeatureConfig.BuilderBase.records()
List of propagation records.ContextFeatureConfig.records()
List of propagation records.Methods in io.helidon.webserver.context with parameters of type ContextRecordConfigModifier and TypeMethodDescriptionContextFeatureConfig.BuilderBase.addRecord
(ContextRecordConfig record) List of propagation records.Method parameters in io.helidon.webserver.context with type arguments of type ContextRecordConfigModifier and TypeMethodDescriptionContextFeatureConfig.BuilderBase.addRecords
(List<? extends ContextRecordConfig> records) List of propagation records.ContextFeatureConfig.BuilderBase.records
(List<? extends ContextRecordConfig> records) List of propagation records.
create(io.helidon.config.Config)