Uses of Class
org.springframework.integration.support.StringStringMapBuilder
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of StringStringMapBuilder in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionHeaderEnricherSpec.headerExpressions
(Consumer<StringStringMapBuilder> configurer) Add header specifications via the consumer callback, which receives aStringStringMapBuilder
; theMap
values must be String representations of SpEL expressions that will be evaluated at run time when the message headers are enriched.HeaderEnricherSpec.headerExpressions
(Consumer<StringStringMapBuilder> configurer, Boolean overwrite) Add header specifications via the consumer callback, which receives aStringStringMapBuilder
; theMap
values must be String representations of SpEL expressions that will be evaluated at run time when the message headers are enriched.