Spring Integration-6 :Enrichers

Spring Integration enrichers are really just a special type of transformer (see previous post in this series). Enrichers take a message from a channel and enhance it by adding information to its header or payload. Thus, an enricher is a transformer that only adds information to the message rather than alter it in other ways.

Popular posts from this blog

What is Garbage collection in Spark and its impact and resolution

Window function in PySpark with Joins example using 2 Dataframes (inner join)

Complex SQL: fetch the users who logged in consecutively 3 or more times (lead perfect example)