Prior to this commit, each app documented its available config props in its README.adoc. Now that the functions have been moved to the function catalog, these inline docs are replaced w/ a link to the respective function catalog docs. See #524
18 lines
705 B
Plaintext
18 lines
705 B
Plaintext
//tag::ref-doc[]
|
|
= Header Enricher Processor
|
|
|
|
Use the header-enricher app to add message headers.
|
|
|
|
The headers are provided in the form of new line delimited key value pairs, where the keys are the header names and the values are SpEL expressions.
|
|
For example `--headers='foo=payload.someProperty \n bar=payload.otherProperty'`.
|
|
|
|
== Options
|
|
|
|
The **$$header-enricher$$** $$processor$$ has the following options:
|
|
|
|
//tag::configuration-properties[link-to-catalog=true]
|
|
https://github.com/spring-cloud/spring-functions-catalog/tree/main/function/spring-header-enricher-function#configuration-options[See Spring Functions Catalog for configuration options].
|
|
//end::configuration-properties[]
|
|
|
|
//end::ref-doc[]
|