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