Skip to content

io.helidon.common.context.http.ContextRecordConfig

Description

Configuration of a single propagation record, a mapping of a header name to its context classifier, with optional default value(s), and definition whether it is a single value, or an array

Configuration options

KeyTypeDescription
default-valueStringDefault value to send if not configured in context
arrayBooleanWhether to treat the option as an array of strings
default-valuesList<String>Default values to send if not configured in context
classifierStringString classifier of the value that will be used with io.helidon.common.context.Context#get(Object, Class)
headerRecordCustomMethodsName of the header to use when sending the context value over the network

Usages


See the manifest for all available types.