Class HeaderEnricherFunctionConfiguration
java.lang.Object
org.springframework.cloud.fn.header.enricher.HeaderEnricherFunctionConfiguration
@AutoConfiguration
@EnableConfigurationProperties(HeaderEnricherFunctionProperties.class)
@ConditionalOnProperty(prefix="header.enricher",
value="headers")
public class HeaderEnricherFunctionConfiguration
extends Object
- Author:
- Gary Russell, Christian Tzolov, Soby Chacko, Artem Bilan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.integration.transformer.HeaderEnricher
headerEnricher
(BeanFactory beanFactory) headerEnricherFunction
(org.springframework.integration.transformer.HeaderEnricher headerEnricher)
-
Constructor Details
-
HeaderEnricherFunctionConfiguration
public HeaderEnricherFunctionConfiguration()
-
-
Method Details
-
headerEnricherFunction
-
headerEnricher
@Bean public org.springframework.integration.transformer.HeaderEnricher headerEnricher(BeanFactory beanFactory)
-