Uses of Class
io.helidon.common.context.http.ContextRecordConfig.Builder
Packages that use ContextRecordConfig.Builder
Package
Description
Common types for Context propagation over HTTP.
Helidon WebServer Context Support.
-
Uses of ContextRecordConfig.Builder in io.helidon.common.context.http
Methods in io.helidon.common.context.http that return ContextRecordConfig.BuilderModifier and TypeMethodDescriptionstatic ContextRecordConfig.Builder
ContextRecordConfig.builder()
Create a new fluent API builder to customize configuration.static ContextRecordConfig.Builder
ContextRecordConfig.builder
(ContextRecordConfig instance) Create a new fluent API builder from an existing instance. -
Uses of ContextRecordConfig.Builder in io.helidon.webclient.context
Method parameters in io.helidon.webclient.context with type arguments of type ContextRecordConfig.BuilderModifier and TypeMethodDescriptionWebClientContextConfig.BuilderBase.addRecord
(Consumer<ContextRecordConfig.Builder> consumer) List of propagation records. -
Uses of ContextRecordConfig.Builder in io.helidon.webserver.context
Method parameters in io.helidon.webserver.context with type arguments of type ContextRecordConfig.BuilderModifier and TypeMethodDescriptionContextFeatureConfig.BuilderBase.addRecord
(Consumer<ContextRecordConfig.Builder> consumer) List of propagation records.