Spring Integration Tutorial (Part 6) – Enrichers

by | Sep 25, 2014

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

enricher-diag
Learn more about SI enrichers in part 6 of 8 in the Intertech Spring Integration tutorial series.

 

After watching the video, get some practical hands on with enrichers in Lab 6.

Lab6-Enrichers

Lab 6 code files

Missed other parts of the tutorial series? Check them out using the links below.

Spring Integration Introduction

Spring Integration Tutorial (Part 1) – Understanding Channels

Spring Integration Tutorial (Part 2) – Adapters

Spring Integration Tutorial (Part 3) – Filters

Spring Integration Tutorial (Part 4) – Transformers

Spring Integration Tutorial (Part 5) – Routers

Spring Integration Tutorial (Part 6) – Enrichers

Spring Integration Tutorial (Part 7) – Service Activators

Spring Integration Tutorial (Part 8) – Gateways