Fix spring-header-filter-function README
Fixes copy/pasta error from header enricher function.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
= Header Enricher Function
|
||||
= Header Filter Function
|
||||
|
||||
This module provides a header enricher function that can be reused and composed in other applications.
|
||||
This module provides a header filter function that can be reused and composed in other applications.
|
||||
|
||||
== Beans for injection
|
||||
|
||||
The `HeaderEnricherFunctionConfiguration` auto-configuration provides the following bean:
|
||||
The `HeaderFilterFunctionConfiguration` auto-configuration provides the following bean:
|
||||
|
||||
`headerFilterFunction`
|
||||
|
||||
@@ -22,4 +22,4 @@ See this link:src/test/java/org/springframework/cloud/fn/header/filter/HeaderFil
|
||||
|
||||
== Other usage
|
||||
|
||||
See this https://github.com/spring-cloud/stream-applications/blob/main/applications/processor/header-filter-processor/README.adoc[README] where this function is used to create a Spring Cloud Stream application.
|
||||
See this https://github.com/spring-cloud/stream-applications/blob/main/applications/processor/header-filter-processor/README.adoc[README] where this function is used to create a Spring Cloud Stream application.
|
||||
|
||||
Reference in New Issue
Block a user