Fix spring-header-filter-function README

Fixes copy/pasta error from header enricher function.
This commit is contained in:
Chris Bono
2024-03-25 16:54:56 -05:00
committed by GitHub
parent 9d8cf1faa0
commit 05f308c96c

View File

@@ -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.