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

KeyKindTypeDescription
arrayVALUEBooleanWhether to treat the option as an array of strings
classifierVALUEStringString classifier of the value that will be used with io.helidon.common.context.Context#get(Object, Class)
default-valueVALUEStringDefault value to send if not configured in context
default-valuesLISTStringDefault values to send if not configured in context
headerVALUEi.h.c.c.h.C.RecordCustomMethodsName of the header to use when sending the context value over the network

See the manifest for all available types.