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
| Key | Type | Description |
|---|---|---|
default-value | String | Default value to send if not configured in context |
array | Boolean | Whether to treat the option as an array of strings |
default-values | List<String> | Default values to send if not configured in context |
classifier | String | String classifier of the value that will be used with io.helidon.common.context.Context#get(Object, Class) |
header | RecordCustomMethods | Name of the header to use when sending the context value over the network |
Usages
See the manifest for all available types.