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- | String | Default value to send if not configured in context |
array | Boolean | Whether to treat the option as an array of strings |
default- | List< | Default values to send if not configured in context |
classifier | String | String classifier of the value that will be used with io. |
header | String | Name of the header to use when sending the context value over the network |
Usages
See the manifest for all available types.